Freigeben über


TagHelperContent.IHtmlContentBuilder.AppendHtml Methode

Definition

Überlädt

IHtmlContentBuilder.AppendHtml(IHtmlContent)

Fügt eine instance an IHtmlContent .

IHtmlContentBuilder.AppendHtml(String)

Fügt einen HTML-codierten Wert an String . Der Wert wird als HTML-codiert behandelt, und es wird keine weitere Codierung durchgeführt.

IHtmlContentBuilder.AppendHtml(IHtmlContent)

Quelle:
TagHelperContent.cs
Quelle:
TagHelperContent.cs
Quelle:
TagHelperContent.cs

Fügt eine instance an IHtmlContent .

 virtual Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ Microsoft.AspNetCore.Html.IHtmlContentBuilder.AppendHtml(Microsoft::AspNetCore::Html::IHtmlContent ^ content) = Microsoft::AspNetCore::Html::IHtmlContentBuilder::AppendHtml;
Microsoft.AspNetCore.Html.IHtmlContentBuilder IHtmlContentBuilder.AppendHtml (Microsoft.AspNetCore.Html.IHtmlContent content);
abstract member Microsoft.AspNetCore.Html.IHtmlContentBuilder.AppendHtml : Microsoft.AspNetCore.Html.IHtmlContent -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
override this.Microsoft.AspNetCore.Html.IHtmlContentBuilder.AppendHtml : Microsoft.AspNetCore.Html.IHtmlContent -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
Function AppendHtml (content As IHtmlContent) As IHtmlContentBuilder Implements IHtmlContentBuilder.AppendHtml

Parameter

content
IHtmlContent

Die anzufügende IHtmlContent.

Gibt zurück

Die IHtmlContentBuilder.

Implementiert

Gilt für:

IHtmlContentBuilder.AppendHtml(String)

Quelle:
TagHelperContent.cs
Quelle:
TagHelperContent.cs
Quelle:
TagHelperContent.cs

Fügt einen HTML-codierten Wert an String . Der Wert wird als HTML-codiert behandelt, und es wird keine weitere Codierung durchgeführt.

 virtual Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ Microsoft.AspNetCore.Html.IHtmlContentBuilder.AppendHtml(System::String ^ encoded) = Microsoft::AspNetCore::Html::IHtmlContentBuilder::AppendHtml;
Microsoft.AspNetCore.Html.IHtmlContentBuilder IHtmlContentBuilder.AppendHtml (string encoded);
abstract member Microsoft.AspNetCore.Html.IHtmlContentBuilder.AppendHtml : string -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
override this.Microsoft.AspNetCore.Html.IHtmlContentBuilder.AppendHtml : string -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
Function AppendHtml (encoded As String) As IHtmlContentBuilder Implements IHtmlContentBuilder.AppendHtml

Parameter

encoded
String

Der HTML-Code, der zum Anfügen codiert ist String .

Gibt zurück

Die IHtmlContentBuilder.

Implementiert

Gilt für: