HtmlContentBuilderExtensions.AppendLine Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
- builder
- IHtmlContentBuilder
Element IHtmlContentBuilder.
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
- builder
- IHtmlContentBuilder
Element IHtmlContentBuilder.
- content
- IHtmlContent
Element IHtmlContent do dołączenia.
Zwraca
Element IHtmlContentBuilder.
Dotyczy
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
Parametry
- builder
- IHtmlContentBuilder
Element IHtmlContentBuilder.
Zwraca
Element IHtmlContentBuilder.