Skip to content
DocsTry Aspire
DocsTry

MarkdownString Constructors

ClassConstructors1 member
Represents a string that contains Markdown-formatted content.
Initializes a new instance of the MarkdownString class with the specified Markdown content.
public sealed class MarkdownString
{
public MarkdownString(
string value)
{
// ...
}
}
valuestringThe Markdown-formatted string value.
ArgumentNullExceptionThrown when value is null.