Share via


StringHtmlContent(String) Constructor

Definition

Creates a new instance of StringHtmlContent

public:
 StringHtmlContent(System::String ^ input);
public StringHtmlContent (string input);
new Microsoft.AspNetCore.Mvc.ViewFeatures.StringHtmlContent : string -> Microsoft.AspNetCore.Mvc.ViewFeatures.StringHtmlContent
Public Sub New (input As String)

Parameters

input
String

String to be HTML encoded when WriteTo(TextWriter, HtmlEncoder) is called.

Applies to