ViewBufferValue 结构

定义

封装字符串或 IHtmlContent 值。

public value class ViewBufferValue
public readonly struct ViewBufferValue
type ViewBufferValue = struct
Public Structure ViewBufferValue
继承
ViewBufferValue

构造函数

ViewBufferValue(IHtmlContent)

使用 IHtmlContent 值初始化 的新ViewBufferValue实例。

ViewBufferValue(String)

使用 string 值初始化 的新ViewBufferValue实例。

属性

Value

获取值。

适用于