Bagikan melalui


TagHelperContent.IHtmlContentBuilder.AppendHtml Metode

Definisi

Overload

IHtmlContentBuilder.AppendHtml(IHtmlContent)

Menambahkan instans IHtmlContent .

IHtmlContentBuilder.AppendHtml(String)

Menambahkan nilai yang dikodekan String HTML. Nilai diperlakukan sebagai HTML yang dikodekan sebagai disediakan, dan tidak ada pengodean lebih lanjut yang akan dilakukan.

IHtmlContentBuilder.AppendHtml(IHtmlContent)

Sumber:
TagHelperContent.cs
Sumber:
TagHelperContent.cs
Sumber:
TagHelperContent.cs

Menambahkan instans 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

untuk IHtmlContent menambahkan.

Mengembalikan

IHtmlContentBuilder.

Penerapan

Berlaku untuk

IHtmlContentBuilder.AppendHtml(String)

Sumber:
TagHelperContent.cs
Sumber:
TagHelperContent.cs
Sumber:
TagHelperContent.cs

Menambahkan nilai yang dikodekan String HTML. Nilai diperlakukan sebagai HTML yang dikodekan sebagai disediakan, dan tidak ada pengodean lebih lanjut yang akan dilakukan.

 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

HTML yang dikodekan String untuk ditambahkan.

Mengembalikan

IHtmlContentBuilder.

Penerapan

Berlaku untuk