HtmlContentBuilderExtensions.SetHtmlContent Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SetHtmlContent(IHtmlContentBuilder, IHtmlContent) |
Imposta il contenuto sul IHtmlContent valore. |
SetHtmlContent(IHtmlContentBuilder, String) |
Imposta il contenuto sul String valore. Il valore viene considerato come codificato html come specificato e non verrà eseguita alcuna codifica aggiuntiva. |
SetHtmlContent(IHtmlContentBuilder, IHtmlContent)
- Origine:
- HtmlContentBuilderExtensions.cs
- Origine:
- HtmlContentBuilderExtensions.cs
- Origine:
- HtmlContentBuilderExtensions.cs
Imposta il contenuto sul IHtmlContent valore.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ SetHtmlContent(Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ builder, Microsoft::AspNetCore::Html::IHtmlContent ^ content);
public static Microsoft.AspNetCore.Html.IHtmlContentBuilder SetHtmlContent (this Microsoft.AspNetCore.Html.IHtmlContentBuilder builder, Microsoft.AspNetCore.Html.IHtmlContent content);
static member SetHtmlContent : Microsoft.AspNetCore.Html.IHtmlContentBuilder * Microsoft.AspNetCore.Html.IHtmlContent -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
<Extension()>
Public Function SetHtmlContent (builder As IHtmlContentBuilder, content As IHtmlContent) As IHtmlContentBuilder
Parametri
- builder
- IHtmlContentBuilder
Oggetto IHtmlContentBuilder.
- content
- IHtmlContent
Valore IHtmlContent che sostituisce il contenuto.
Restituisce
Oggetto IHtmlContentBuilder.
Si applica a
SetHtmlContent(IHtmlContentBuilder, String)
- Origine:
- HtmlContentBuilderExtensions.cs
- Origine:
- HtmlContentBuilderExtensions.cs
- Origine:
- HtmlContentBuilderExtensions.cs
Imposta il contenuto sul String valore. Il valore viene considerato come codificato html come specificato e non verrà eseguita alcuna codifica aggiuntiva.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ SetHtmlContent(Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ builder, System::String ^ encoded);
public static Microsoft.AspNetCore.Html.IHtmlContentBuilder SetHtmlContent (this Microsoft.AspNetCore.Html.IHtmlContentBuilder builder, string encoded);
static member SetHtmlContent : Microsoft.AspNetCore.Html.IHtmlContentBuilder * string -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
<Extension()>
Public Function SetHtmlContent (builder As IHtmlContentBuilder, encoded As String) As IHtmlContentBuilder
Parametri
- builder
- IHtmlContentBuilder
Oggetto IHtmlContentBuilder.
Restituisce
Oggetto IHtmlContentBuilder.