ViewBufferValue 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
封装字符串或 IHtmlContent 值。
public value class ViewBufferValue
public readonly struct ViewBufferValue
type ViewBufferValue = struct
Public Structure ViewBufferValue
- 继承
-
ViewBufferValue
构造函数
ViewBufferValue(IHtmlContent) |
使用 IHtmlContent 值初始化 的新ViewBufferValue实例。 |
ViewBufferValue(String) |
使用 |
属性
Value |
获取值。 |