HtmlContentBuilderExtensions.AppendHtmlLine Metodo

Definizione

Aggiunge un oggetto NewLine dopo aver aggiunto il String valore. Il valore viene considerato come codificato html come specificato e non verrà eseguita alcuna codifica aggiuntiva.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ AppendHtmlLine(Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ builder, System::String ^ encoded);
public static Microsoft.AspNetCore.Html.IHtmlContentBuilder AppendHtmlLine (this Microsoft.AspNetCore.Html.IHtmlContentBuilder builder, string encoded);
static member AppendHtmlLine : Microsoft.AspNetCore.Html.IHtmlContentBuilder * string -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
<Extension()>
Public Function AppendHtmlLine (builder As IHtmlContentBuilder, encoded As String) As IHtmlContentBuilder

Parametri

encoded
String

Codice HTML codificato String per aggiungere.

Restituisce

Oggetto IHtmlContentBuilder.

Si applica a