Freigeben über


HtmlContentBuilderExtensions.AppendLine Methode

Definition

Überlädt

AppendLine(IHtmlContentBuilder)

Fügt eine an NewLine.

AppendLine(IHtmlContentBuilder, IHtmlContent)

Fügt einen NewLine an, nachdem der IHtmlContent Wert angefügt wurde.

AppendLine(IHtmlContentBuilder, String)

Fügt einen NewLine an, nachdem der String Wert angefügt wurde. Der Wert wird wie bereitgestellt als nicht codiert behandelt und vor dem Schreiben in die Ausgabe HTML-codiert.

AppendLine(IHtmlContentBuilder)

Quelle:
HtmlContentBuilderExtensions.cs
Quelle:
HtmlContentBuilderExtensions.cs
Quelle:
HtmlContentBuilderExtensions.cs

Fügt eine an 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

Parameter

Gibt zurück

Die IHtmlContentBuilder.

Gilt für:

AppendLine(IHtmlContentBuilder, IHtmlContent)

Quelle:
HtmlContentBuilderExtensions.cs
Quelle:
HtmlContentBuilderExtensions.cs
Quelle:
HtmlContentBuilderExtensions.cs

Fügt einen NewLine an, nachdem der IHtmlContent Wert angefügt wurde.

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

Die anzufügende IHtmlContent.

Gibt zurück

Die IHtmlContentBuilder.

Gilt für:

AppendLine(IHtmlContentBuilder, String)

Quelle:
HtmlContentBuilderExtensions.cs
Quelle:
HtmlContentBuilderExtensions.cs
Quelle:
HtmlContentBuilderExtensions.cs

Fügt einen NewLine an, nachdem der String Wert angefügt wurde. Der Wert wird wie bereitgestellt als nicht codiert behandelt und vor dem Schreiben in die Ausgabe HTML-codiert.

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

Die anzufügende String.

Gibt zurück

Die IHtmlContentBuilder.

Gilt für: