HtmlContentBuilderExtensions.AppendLine Metoda

Definicja

Przeciążenia

AppendLine(IHtmlContentBuilder)

Dołącza element NewLine.

AppendLine(IHtmlContentBuilder, IHtmlContent)

Dołącza element NewLine po dołączeniu IHtmlContent wartości.

AppendLine(IHtmlContentBuilder, String)

Dołącza element NewLine po dołączeniu String wartości. Wartość jest traktowana jako nieprzekodowana jako podana i będzie kodowana HTML przed zapisem w danych wyjściowych.

AppendLine(IHtmlContentBuilder)

Dołącza element NewLine.

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

Parametry

Zwraca

Element IHtmlContentBuilder.

Dotyczy

AppendLine(IHtmlContentBuilder, IHtmlContent)

Dołącza element NewLine po dołączeniu IHtmlContent wartości.

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

Parametry

content
IHtmlContent

Element IHtmlContent do dołączenia.

Zwraca

Element IHtmlContentBuilder.

Dotyczy

AppendLine(IHtmlContentBuilder, String)

Dołącza element NewLine po dołączeniu String wartości. Wartość jest traktowana jako nieprzekodowana jako podana i będzie kodowana HTML przed zapisem w danych wyjściowych.

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

Parametry

unencoded
String

Element String do dołączenia.

Zwraca

Element IHtmlContentBuilder.

Dotyczy