Bagikan melalui


HtmlContentBuilderExtensions.AppendLine Metode

Definisi

Overload

AppendLine(IHtmlContentBuilder)

NewLineMenambahkan .

AppendLine(IHtmlContentBuilder, IHtmlContent)

NewLine Menambahkan setelah menambahkan IHtmlContent nilai.

AppendLine(IHtmlContentBuilder, String)

NewLine Menambahkan setelah menambahkan String nilai. Nilai diperlakukan sebagai tidak dikodekan sebagai disediakan, dan akan dikodekan HTML sebelum menulis ke output.

AppendLine(IHtmlContentBuilder)

Sumber:
HtmlContentBuilderExtensions.cs
Sumber:
HtmlContentBuilderExtensions.cs
Sumber:
HtmlContentBuilderExtensions.cs

NewLineMenambahkan .

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ AppendLine(Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ builder);
public static Microsoft.AspNetCore.Html.IHtmlContentBuilder AppendLine (this Microsoft.AspNetCore.Html.IHtmlContentBuilder builder);
static member AppendLine : Microsoft.AspNetCore.Html.IHtmlContentBuilder -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
<Extension()>
Public Function AppendLine (builder As IHtmlContentBuilder) As IHtmlContentBuilder

Parameter

Mengembalikan

IHtmlContentBuilder.

Berlaku untuk

AppendLine(IHtmlContentBuilder, IHtmlContent)

Sumber:
HtmlContentBuilderExtensions.cs
Sumber:
HtmlContentBuilderExtensions.cs
Sumber:
HtmlContentBuilderExtensions.cs

NewLine Menambahkan setelah menambahkan IHtmlContent nilai.

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

Parameter

content
IHtmlContent

untuk IHtmlContent menambahkan.

Mengembalikan

IHtmlContentBuilder.

Berlaku untuk

AppendLine(IHtmlContentBuilder, String)

Sumber:
HtmlContentBuilderExtensions.cs
Sumber:
HtmlContentBuilderExtensions.cs
Sumber:
HtmlContentBuilderExtensions.cs

NewLine Menambahkan setelah menambahkan String nilai. Nilai diperlakukan sebagai tidak dikodekan sebagai disediakan, dan akan dikodekan HTML sebelum menulis ke output.

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

Parameter

unencoded
String

untuk String menambahkan.

Mengembalikan

IHtmlContentBuilder.

Berlaku untuk