FileContentResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將二進位檔案的內容傳送至回應。
public class FileContentResult : System.Web.Mvc.FileResult
type FileContentResult = class
inherit FileResult
Public Class FileContentResult
Inherits FileResult
- 繼承
建構函式
FileContentResult(Byte[], String) |
使用指定的檔案內容和內容類型, FileContentResult 初始化 類別的新實例。 |
屬性
ContentType |
取得要用於回應的內容類型。 (繼承來源 FileResult) |
FileContents |
要傳送至回應的二進位內容。 |
FileDownloadName |
取得或設定內容配置標頭,讓具有指定檔案名稱的檔案下載對話方塊顯示在瀏覽器中。 (繼承來源 FileResult) |
方法
ExecuteResult(ControllerContext) |
透過繼承自 ActionResult 類別的自訂型別,啟用動作方法的結果處理。 (繼承來源 FileResult) |
WriteFile(HttpResponseBase) |
將檔案內容寫入至回應。 |