ContentViewComponentResult(String) 생성자

정의

ContentViewComponentResult를 초기화합니다.

public:
 ContentViewComponentResult(System::String ^ content);
public ContentViewComponentResult (string content);
new Microsoft.AspNetCore.Mvc.ViewComponents.ContentViewComponentResult : string -> Microsoft.AspNetCore.Mvc.ViewComponents.ContentViewComponentResult
Public Sub New (content As String)

매개 변수

content
String

쓸 콘텐츠입니다. 콘텐츠는 작성 시 HTML로 인코딩됩니다.

적용 대상