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

适用于