Class Image
Represents an inline image element: 
Implements
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
Syntax
public class Image : InlineContainer, INode
Properties
Destination
Gets or sets the destination (URL) of the image.
Declaration
public string Destination { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Gets or sets the alternative text of the image.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Accept(INodeVisitor)
Accepts a visitor.
Declaration
public override void Accept(INodeVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
INodeVisitor | visitor |