HtmlContentBuilder.Append(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends a String value. The value is treated as unencoded as-provided, and will be HTML encoded before writing to output.
public:
virtual Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ Append(System::String ^ unencoded);
public Microsoft.AspNetCore.Html.IHtmlContentBuilder Append (string unencoded);
public Microsoft.AspNetCore.Html.IHtmlContentBuilder Append (string? unencoded);
abstract member Append : string -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
override this.Append : string -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
Public Function Append (unencoded As String) As IHtmlContentBuilder
Parameters
Returns
The IHtmlContentBuilder.