FileResult(String) 建構函式

定義

初始化 FileResult 類別的新執行個體。

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

參數

contentType
String

內容的類型。

例外狀況

參數 contentType 為 Null 或空白。

適用於