Skip to the content.

< Back


MarkdownLineBreak

Namespace: Markdown

Markdown line break.

public class MarkdownLineBreak : MarkdownInlineElement

Inheritance ObjectMarkdownTextElementMarkdownInlineElementMarkdownLineBreak

Properties

InlineElement

Gets or sets the markdown inline element.

protected MarkdownInlineElement InlineElement { get; set; }

Property Value

MarkdownInlineElement
The markdown inline element.

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

MarkdownLineBreak()

Initializes a new instance of the MarkdownLineBreak class.

public MarkdownLineBreak()

Methods

ToString()

Returns a string that represents the current markdown line break.

public string ToString()

Returns

String
A string that represents the current markdown line break.


< Back