Aracılığıyla paylaş


HtmlContentBuilderExtensions.AppendHtmlLine Yöntem

Tanım

Değeri ekledikten sonra bir NewLine ekler String . Değer, sağlanan şekilde kodlanmış HTML olarak değerlendirilir ve başka kodlama yapılmaz.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ AppendHtmlLine(Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ builder, System::String ^ encoded);
public static Microsoft.AspNetCore.Html.IHtmlContentBuilder AppendHtmlLine (this Microsoft.AspNetCore.Html.IHtmlContentBuilder builder, string encoded);
static member AppendHtmlLine : Microsoft.AspNetCore.Html.IHtmlContentBuilder * string -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
<Extension()>
Public Function AppendHtmlLine (builder As IHtmlContentBuilder, encoded As String) As IHtmlContentBuilder

Parametreler

encoded
String

Eklenecek şekilde kodlanmış String HTML.

Döndürülenler

IHtmlContentBuilder.

Şunlara uygulanır