MarkdownInlineElement
Namespace: Markdown
Markdown inline element.
public abstract class MarkdownInlineElement : MarkdownTextElement
Inheritance Object → MarkdownTextElement → MarkdownInlineElement
Properties
Text
Gets or sets the text.
public string Text { get; set; }
Property Value
String
The text or a string that represents the markdown inline element.
Constructors
MarkdownInlineElement(String)
Initializes a new instance of the MarkdownInlineElement class.
public MarkdownInlineElement(string text)
Parameters
text
String
The inline element text.
MarkdownInlineElement(MarkdownInlineElement)
Initializes a new instance of the MarkdownInlineElement class.
public MarkdownInlineElement(MarkdownInlineElement element)
Parameters
element
MarkdownInlineElement
The inline element text as markdown inline element.