Represents a link element: [Link text](/path/to/page "Optional title")
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
public class Link : Markdown.InlineContainer, Markdown.INodeRepresents a link element: [Link text](/path/to/page "Optional title")
public Link()Gets or sets the destination (URL) of the link.
public string Destination { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the destination (URL) of the link. |
Gets or sets the link title.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the link title. |
public override void Accept(Markdown.INodeVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Markdown.INodeVisitor | visitor |