HtmlContentBuilderExtensions.AppendLine Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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)
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
- builder
- IHtmlContentBuilder
Die IHtmlContentBuilder.
Gibt zurück
Die IHtmlContentBuilder.
Gilt für:
AppendLine(IHtmlContentBuilder, IHtmlContent)
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
- builder
- IHtmlContentBuilder
Die IHtmlContentBuilder.
- content
- IHtmlContent
Die anzufügende IHtmlContent.
Gibt zurück
Die IHtmlContentBuilder.
Gilt für:
AppendLine(IHtmlContentBuilder, String)
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
- builder
- IHtmlContentBuilder
Die IHtmlContentBuilder.
Gibt zurück
Die IHtmlContentBuilder.