Represents an inline HTML element.
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
public class HtmlInline : Markdown.Inline, Markdown.INodeGets or sets the HTML element value.
public string Value { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the HTML element value. |
public override void Accept(Markdown.INodeVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Markdown.INodeVisitor | visitor |