FileResult(String) 构造函数

定义

使用提供的 contentType创建一个新FileResult实例。

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 标头。

适用于