다음을 통해 공유


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로 인코딩됩니다.

적용 대상