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

적용 대상