Share via


HtmlContentBuilderExtensions.AppendHtmlLine メソッド

定義

値を追加した NewLine 後に を String 追加します。 値は提供されたとおりにエンコードされた HTML として扱われ、それ以上のエンコードは実行されません。

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

パラメーター

encoded
String

追加するためにエンコードされた String HTML。

戻り値

IHtmlContentBuilder

適用対象