Link Class

Represents a link element: [Link text](/path/to/page "Optional title")

Inheritance

Implements

Namespace: Radzen.Blazor.Markdown

Assembly: Radzen.Blazor.dll

Syntax

public class Link : Markdown.InlineContainer, Markdown.INode

Constructors

Properties

Destinationlink

Gets or sets the destination (URL) of the link.

Declaration
public string Destination { get; set; }
Property Value
Type Description
stringGets or sets the destination (URL) of the link.

Titlelink

Gets or sets the link title.

Declaration
public string Title { get; set; }
Property Value
Type Description
stringGets or sets the link title.

Methods

Acceptlink

Declaration
public override void Accept(Markdown.INodeVisitor visitor)
Parameters
Type Name Description
Markdown.INodeVisitor visitor
An error has occurred. This app may no longer respond until reloaded. Reload 🗙