Sdílet prostřednictvím


ViewBufferValue Konstruktory

Definice

Přetížení

ViewBufferValue(IHtmlContent)

Inicializuje novou instanci s ViewBufferValueIHtmlContent hodnotou .

ViewBufferValue(String)

Inicializuje novou instanci s ViewBufferValuestring hodnotou .

ViewBufferValue(IHtmlContent)

Zdroj:
ViewBufferValue.cs

Inicializuje novou instanci s ViewBufferValueIHtmlContent 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)

Zdroj:
ViewBufferValue.cs

Inicializuje novou instanci s ViewBufferValuestring 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