Share via


IHtmlContentBuilder.AppendHtml Méthode

Définition

Surcharges

AppendHtml(IHtmlContent)

Ajoute un IHtmlContent instance.

AppendHtml(String)

Ajoute une valeur encodée String HTML. La valeur est traitée en tant que code HTML encodé comme fourni, et aucun encodage supplémentaire n’est effectué.

AppendHtml(IHtmlContent)

Ajoute un IHtmlContent instance.

public:
 Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ AppendHtml(Microsoft::AspNetCore::Html::IHtmlContent ^ content);
public Microsoft.AspNetCore.Html.IHtmlContentBuilder AppendHtml (Microsoft.AspNetCore.Html.IHtmlContent content);
abstract member AppendHtml : Microsoft.AspNetCore.Html.IHtmlContent -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
Public Function AppendHtml (content As IHtmlContent) As IHtmlContentBuilder

Paramètres

content
IHtmlContent

IHtmlContent à ajouter.

Retours

L’IHtmlContentBuilderopérateur

S’applique à

AppendHtml(String)

Ajoute une valeur encodée String HTML. La valeur est traitée en tant que code HTML encodé comme fourni, et aucun encodage supplémentaire n’est effectué.

public:
 Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ AppendHtml(System::String ^ encoded);
public Microsoft.AspNetCore.Html.IHtmlContentBuilder AppendHtml (string encoded);
abstract member AppendHtml : string -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
Public Function AppendHtml (encoded As String) As IHtmlContentBuilder

Paramètres

encoded
String

Code HTML encodé String à ajouter.

Retours

L’IHtmlContentBuilderopérateur

S’applique à