ViewBufferValue Konstruktory

Definice

Přetížení

ViewBufferValue(IHtmlContent)

Inicializuje novou instanci ViewBufferValue s IHtmlContent hodnotou.

ViewBufferValue(String)

Inicializuje novou instanci ViewBufferValue s řetězcovou hodnotou.

ViewBufferValue(IHtmlContent)

Inicializuje novou instanci ViewBufferValue s IHtmlContent hodnotou.

public:
 ViewBufferValue(Microsoft::AspNetCore::Html::IHtmlContent ^ content);
public ViewBufferValue (Microsoft.AspNetCore.Html.IHtmlContent content);
new Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.ViewBufferValue : Microsoft.AspNetCore.Html.IHtmlContent -> Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.ViewBufferValue
Public Sub New (content As IHtmlContent)

Parametry

content
IHtmlContent

Hodnota IHtmlContent

Platí pro

ViewBufferValue(String)

Inicializuje novou instanci ViewBufferValue s řetězcovou hodnotou.

public:
 ViewBufferValue(System::String ^ value);
public ViewBufferValue (string value);
new Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.ViewBufferValue : string -> Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.ViewBufferValue
Public Sub New (value As String)

Parametry

value
String

Hodnota

Platí pro