共用方式為


StringHtmlContent(String) 建構函式

定義

建立 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)

參數

input
String

String 呼叫 時 WriteTo(TextWriter, HtmlEncoder) 要編碼為 HTML。

適用於