FileResult(String) 생성자

정의

제공contentType된 를 사용하여 새 FileResult instance 만듭니다.

protected:
 FileResult(System::String ^ contentType);
protected FileResult (string contentType);
new Microsoft.AspNetCore.Mvc.FileResult : string -> Microsoft.AspNetCore.Mvc.FileResult
Protected Sub New (contentType As String)

매개 변수

contentType
String

응답의 Content-Type 헤더입니다.

적용 대상