MarkdownStrikethrough
Namespace: Markdown
Markdown strikethrough.
public class MarkdownStrikethrough : MarkdownInlineElement
Inheritance Object → MarkdownTextElement → MarkdownInlineElement → MarkdownStrikethrough
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
MarkdownStrikethrough(String)
Initializes a new instance of the MarkdownStrikethrough class.
public MarkdownStrikethrough(string text)
Parameters
text
String
The strikethrough text.
MarkdownStrikethrough(MarkdownInlineElement)
Initializes a new instance of the MarkdownStrikethrough class.
public MarkdownStrikethrough(MarkdownInlineElement inlineElement)
Parameters
inlineElement
MarkdownInlineElement
The strikethrough text as markdown inline element.
Methods
ToString()
Returns a string that represents the current markdown strikethrough.
public string ToString()
Returns
String
A string that represents the current markdown strikethrough.