ViewBufferValue 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.
Encapsulates a string or IHtmlContent value.
public value class ViewBufferValue
public readonly struct ViewBufferValue
type ViewBufferValue = struct
Public Structure ViewBufferValue
- Inheritance
-
ViewBufferValue
Constructors
ViewBufferValue(IHtmlContent) |
Initializes a new instance of ViewBufferValue with a IHtmlContent value. |
ViewBufferValue(String) |
Initializes a new instance of ViewBufferValue with a |
Properties
Value |
Gets the value. |