HtmlContentBuilderExtensions.SetContent(IHtmlContentBuilder, String) Metodo

Definizione

Imposta il contenuto sul String valore. Il valore viene considerato come non codificato come specificato e verrà codificato HTML prima di scrivere nell'output.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ SetContent(Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ builder, System::String ^ unencoded);
public static Microsoft.AspNetCore.Html.IHtmlContentBuilder SetContent (this Microsoft.AspNetCore.Html.IHtmlContentBuilder builder, string unencoded);
static member SetContent : Microsoft.AspNetCore.Html.IHtmlContentBuilder * string -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
<Extension()>
Public Function SetContent (builder As IHtmlContentBuilder, unencoded As String) As IHtmlContentBuilder

Parametri

unencoded
String

Valore String che sostituisce il contenuto.

Restituisce

Oggetto IHtmlContentBuilder.

Si applica a