MarkdownHtmlInline Class
Definition
A Avalonia.Controls.Documents.RichSpan that preserves an unrecognized inline HTML tag from a markdown document. Zero-length and invisible in the viewer; the markdown writer emits Avalonia.Controls.Documents.MarkdownHtmlInline.RawHtml verbatim.
public class MarkdownHtmlInline
Constructors
| Name | Description |
|---|---|
| MarkdownHtmlInline | No summary available. |
MarkdownHtmlInline Constructor
public MarkdownHtmlInline()
Properties
| Name | Description |
|---|---|
| RawHtml | Gets or sets the raw HTML tag source. |
RawHtml Property
Gets or sets the raw HTML tag source.
public string RawHtml { get; set; }
Fields
| Name | Description |
|---|---|
| RawHtmlProperty | Defines the Avalonia.Controls.Documents.MarkdownHtmlInline.RawHtml property. |
RawHtmlProperty Field
Defines the Avalonia.Controls.Documents.MarkdownHtmlInline.RawHtml property.
public Avalonia.StyledProperty<string> RawHtmlProperty