Udostępnij za pośrednictwem


StringHtmlContent(String) Konstruktor

Definicja

Tworzy nowe wystąpienie 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)

Parametry

input
String

String kodowany w formacie HTML, gdy WriteTo(TextWriter, HtmlEncoder) jest wywoływany.

Dotyczy