FileResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 ActionResult 當執行 時,將寫入檔案做為回應的 。
public ref class FileResult abstract : Microsoft::AspNetCore::Mvc::ActionResult
public abstract class FileResult : Microsoft.AspNetCore.Mvc.ActionResult
type FileResult = class
inherit ActionResult
Public MustInherit Class FileResult
Inherits ActionResult
- 繼承
- 衍生
建構函式
FileResult(String) |
使用提供的 |
屬性
ContentType |
取得回應的 Content-Type 標頭。 |
EnableRangeProcessing |
取得或設定值,這個值會啟用 的範圍 FileResult 處理。 |
EntityTag |
取得或設定與 FileResult 相關聯的 etag。 |
FileDownloadName |
取得將用於回應之 Content-Disposition 標頭中的檔案名。 |
LastModified |
取得或設定與 FileResult 相關聯的上次修改資訊。 |
方法
ExecuteResult(ActionContext) |
同步執行動作方法的結果作業。 MVC 會呼叫這個方法來處理動作方法的結果。 (繼承來源 ActionResult) |
ExecuteResultAsync(ActionContext) |
以非同步方式執行動作方法的結果作業。 MVC 會呼叫這個方法來處理動作方法的結果。 此方法的預設實作會呼叫 ExecuteResult(ActionContext) 方法,並傳回已完成的工作。 (繼承來源 ActionResult) |