StringHtmlContent(String) Konstruktor

Definition

Erstellt eine neue Instanz von 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)

Parameter

input
String

String html-codiert werden soll, wenn WriteTo(TextWriter, HtmlEncoder) aufgerufen wird.

Gilt für: