Represents an inline image element: 
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
public class Image : Markdown.InlineContainer, Markdown.INodeRepresents an inline image element: 
public Image()Gets or sets the destination (URL) of the image.
public string Destination { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the destination (URL) of the image. |
Gets or sets the alternative text of the image.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the alternative text of the image. |
public override void Accept(Markdown.INodeVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Markdown.INodeVisitor | visitor |