Compartir a través de


HtmlContentBuilderExtensions.SetContent(IHtmlContentBuilder, String) Método

Definición

Establece el contenido en el String valor . El valor se trata como no codificado como proporcionado y se codificará en HTML antes de escribir en la salida.

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

Parámetros

unencoded
String

Valor String que reemplaza el contenido.

Devoluciones

IHtmlContentBuilder.

Se aplica a