Skip to content
Docs Try Aspire

MarkdownString Constructors

Class Constructors 1 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)
{
// ...
}
}
value string The Markdown-formatted string value.
ArgumentNullException Thrown when value is null.