MarkdownString Constructors
ClassConstructors1 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
valuestringThe Markdown-formatted string value.Exceptions
ArgumentNullExceptionThrown when value is null.