MarkdownString Constructors
Class Constructors 1 member
Represents a string that contains Markdown-formatted content.
Constructor(string) Section titled Constructor(string) Initializes a new instance of the
MarkdownString class with the specified Markdown content. public sealed class MarkdownString{ public MarkdownString( string value) { // ... }}Parameters
value string The Markdown-formatted string value. Exceptions
ArgumentNullException Thrown when value is null.