Udostępnij za pośrednictwem


TagHelperContent.IHtmlContentBuilder.Append(String) Metoda

Definicja

String Dołącza wartość. Wartość jest traktowana jako niekodowana jako podana i będzie kodowana w formacie HTML przed zapisem w danych wyjściowych.

 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

Parametry

unencoded
String

Element String do dołączenia.

Zwraca

Element IHtmlContentBuilder.

Implementuje

Dotyczy