Image Class

Represents an inline image element: ![Alt text](/path/to/img.jpg "Optional title")

Inheritance

Implements

Namespace: Radzen.Blazor.Markdown

Assembly: Radzen.Blazor.dll

Syntax

public class Image : Markdown.InlineContainer, Markdown.INode

Constructors

Imagelink

Represents an inline image element: ![Alt text](/path/to/img.jpg "Optional title")

Declaration
public Image()

Properties

Destinationlink

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

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

Titlelink

Gets or sets the alternative text of the image.

Declaration
public string Title { get; set; }
Property Value
Type Description
stringGets or sets the alternative text of the image.

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 🗙