Skip to main content

MarkdownHtmlInline Class

Definition

Assembly:Avalonia.Controls.Markdown
Package:Avalonia.Controls.Markdown

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

Inheritance: RichSpan -> MarkdownHtmlInline

Constructors

NameDescription
MarkdownHtmlInlineNo summary available.

MarkdownHtmlInline Constructor

public MarkdownHtmlInline()

Properties

NameDescription
RawHtmlGets or sets the raw HTML tag source.

RawHtml Property

Gets or sets the raw HTML tag source.

public string RawHtml { get; set; }

Fields

RawHtmlProperty Field

Defines the Avalonia.Controls.Documents.MarkdownHtmlInline.RawHtml property.

public Avalonia.StyledProperty<string> RawHtmlProperty