MarkdownHtmlBlock Class
Definition
A Avalonia.Controls.Documents.Section that represents an HTML block from a markdown document. Its children are the rich elements the HTML converter produced; Avalonia.Controls.Documents.MarkdownHtmlBlock.RawHtml keeps the original source so an unedited block can be written back verbatim.
public class MarkdownHtmlBlock
Constructors
| Name | Description |
|---|---|
| MarkdownHtmlBlock | No summary available. |
MarkdownHtmlBlock Constructor
public MarkdownHtmlBlock()
Properties
| Name | Description |
|---|---|
| RawHtml | Gets or sets the raw HTML source of the block. |
RawHtml Property
Gets or sets the raw HTML source of the block.
public string RawHtml { get; set; }
Fields
| Name | Description |
|---|---|
| RawHtmlProperty | Defines the Avalonia.Controls.Documents.MarkdownHtmlBlock.RawHtml property. |
RawHtmlProperty Field
Defines the Avalonia.Controls.Documents.MarkdownHtmlBlock.RawHtml property.
public Avalonia.StyledProperty<string> RawHtmlProperty