MarkupString Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A string value that can be rendered as markup such as HTML.
public value class MarkupString
public readonly struct MarkupString
type MarkupString = struct
Public Structure MarkupString
- Inheritance
-
MarkupString
Constructors
MarkupString(String) |
Constructs an instance of MarkupString. |
Properties
Value |
Gets the value of the MarkupString. |
Methods
ToString() | Returns the fully qualified type name of this instance. |
Operators
Explicit(String to MarkupString) |
Casts a String to a MarkupString. |