HtmlString Class 
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.
An IHtmlContent implementation that wraps an HTML encoded String.
public ref class HtmlString : Microsoft::AspNetCore::Html::IHtmlContentpublic class HtmlString : Microsoft.AspNetCore.Html.IHtmlContenttype HtmlString = class
    interface IHtmlContentPublic Class HtmlString
Implements IHtmlContent- Inheritance
- 
				HtmlString
- Implements
Constructors
| HtmlString(String) | Creates a new HtmlString. | 
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  |