Represents an inline HTML element.
Namespace: Radzen.Documents.Markdown
Assembly: Radzen.Blazor.dll
public class HtmlInline : Documents.Markdown.Inline, Documents.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(Documents.Markdown.INodeVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Documents.Markdown.INodeVisitor | visitor |