共用方式為


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

取得值。

適用於