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 ViewBufferValuepublic readonly struct ViewBufferValuetype ViewBufferValue = structPublic 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. |