< Back


MarkdownEmoji

Namespace: Markdown

Markdown emoji.

public class MarkdownEmoji : MarkdownInlineElement

Inheritance ObjectMarkdownTextElementMarkdownInlineElementMarkdownEmoji

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

MarkdownEmoji(String)

Initializes a new instance of the MarkdownEmoji class.

public MarkdownEmoji(string code)

Parameters

code String
The emoji code.

Methods

ToString()

Returns a string that represents the current markdown emoji code.

public string ToString()

Returns

String
A string that represents the current markdown emoji code.


< Back