HtmlContentBuilderExtensions.AppendLine Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
AppendLine(IHtmlContentBuilder) |
Připojí .NewLine |
AppendLine(IHtmlContentBuilder, IHtmlContent) |
Připojí hodnotu NewLine po připojení IHtmlContent hodnoty. |
AppendLine(IHtmlContentBuilder, String) |
Připojí hodnotu NewLine po připojení String hodnoty. Hodnota je považována za nezakódovanou a před zápisem do výstupu bude zakódována ve formátu HTML. |
AppendLine(IHtmlContentBuilder)
Připojí .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
Hodnota IHtmlContentBuilder
Návraty
Hodnota IHtmlContentBuilder
Platí pro
AppendLine(IHtmlContentBuilder, IHtmlContent)
Připojí hodnotu NewLine po připojení IHtmlContent hodnoty.
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
Hodnota IHtmlContentBuilder
- content
- IHtmlContent
Chcete-li IHtmlContent připojit.
Návraty
Hodnota IHtmlContentBuilder
Platí pro
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
Hodnota IHtmlContentBuilder
Návraty
Hodnota IHtmlContentBuilder