Aracılığıyla paylaş


HtmlContentBuilderExtensions.AppendLine Yöntem

Tanım

Aşırı Yüklemeler

AppendLine(IHtmlContentBuilder)

Bir NewLineekler.

AppendLine(IHtmlContentBuilder, IHtmlContent)

Değeri ekledikten sonra bir NewLine ekler IHtmlContent .

AppendLine(IHtmlContentBuilder, String)

Değeri ekledikten sonra bir NewLine ekler String . Değer, sağlandığı gibi kodlanmamış olarak kabul edilir ve çıkışa yazmadan önce HTML kodlanır.

AppendLine(IHtmlContentBuilder)

Kaynak:
HtmlContentBuilderExtensions.cs
Kaynak:
HtmlContentBuilderExtensions.cs
Kaynak:
HtmlContentBuilderExtensions.cs

Bir NewLineekler.

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

Parametreler

Döndürülenler

IHtmlContentBuilder.

Şunlara uygulanır

AppendLine(IHtmlContentBuilder, IHtmlContent)

Kaynak:
HtmlContentBuilderExtensions.cs
Kaynak:
HtmlContentBuilderExtensions.cs
Kaynak:
HtmlContentBuilderExtensions.cs

Değeri ekledikten sonra bir NewLine ekler IHtmlContent .

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

Parametreler

content
IHtmlContent

IHtmlContent Eklenecek.

Döndürülenler

IHtmlContentBuilder.

Şunlara uygulanır

AppendLine(IHtmlContentBuilder, String)

Kaynak:
HtmlContentBuilderExtensions.cs
Kaynak:
HtmlContentBuilderExtensions.cs
Kaynak:
HtmlContentBuilderExtensions.cs

Değeri ekledikten sonra bir NewLine ekler String . Değer, sağlandığı gibi kodlanmamış olarak kabul edilir ve çıkışa yazmadan önce HTML kodlanır.

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

Parametreler

unencoded
String

String Eklenecek.

Döndürülenler

IHtmlContentBuilder.

Şunlara uygulanır