HtmlString Class

Definition

An IHtmlContent implementation that wraps an HTML encoded String.

C#
public class HtmlString : Microsoft.AspNetCore.Html.IHtmlContent
Inheritance
HtmlString
Implements

Constructors

Fields

Empty

An HtmlString instance for Empty.

NewLine

An HtmlString instance for NewLine.

Properties

Value

Gets the HTML encoded value.

Methods

ToString()

Returns a string that represents the current object.

WriteTo(TextWriter, HtmlEncoder)

Writes the content by encoding it with the specified encoder to the specified writer.

Applies to

Product Versions
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0