Freigeben über


TagHelperContent.IHtmlContentBuilder.Append(String) Methode

Definition

Fügt einen Wert an String . Der Wert wird wie bereitgestellt als nicht codiert behandelt und vor dem Schreiben in die Ausgabe HTML-codiert.

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

Parameter

unencoded
String

Die anzufügende String.

Gibt zurück

Die IHtmlContentBuilder.

Implementiert

Gilt für: