ViewBufferValue Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ViewBufferValue(IHtmlContent) |
Inicializa uma nova instância de ViewBufferValue com um IHtmlContent valor . |
ViewBufferValue(String) |
Inicializa uma nova instância de ViewBufferValue com um |
ViewBufferValue(IHtmlContent)
- Origem:
- ViewBufferValue.cs
Inicializa uma nova instância de ViewBufferValue com um IHtmlContent valor .
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)
Parâmetros
- content
- IHtmlContent
O IHtmlContent.
Aplica-se a
ViewBufferValue(String)
- Origem:
- ViewBufferValue.cs
Inicializa uma nova instância de ViewBufferValue com um string
valor .
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)
Parâmetros
- value
- String
O valor.