Compartir a través de


StringHtmlContent(String) Constructor

Definición

Crea una instancia de 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)

Parámetros

input
String

String para codificar HTML cuando WriteTo(TextWriter, HtmlEncoder) se llama a .

Se aplica a