FileContentHttpResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 IResult 當執行 時,會將檔案從內容寫入回應。
public sealed class FileContentHttpResult : Microsoft.AspNetCore.Http.IContentTypeHttpResult, Microsoft.AspNetCore.Http.IFileHttpResult, Microsoft.AspNetCore.Http.IResult
type FileContentHttpResult = class
interface IResult
interface IFileHttpResult
interface IContentTypeHttpResult
Public NotInheritable Class FileContentHttpResult
Implements IContentTypeHttpResult, IFileHttpResult, IResult
- 繼承
-
FileContentHttpResult
- 實作
屬性
ContentType |
取得回應的 Content-Type 標頭。 |
EnableRangeProcessing |
取得值,這個值會啟用檔案結果的範圍處理。 |
EntityTag |
取得與檔案結果相關聯的 etag。 |
FileContents |
取得或設定檔案內容。 |
FileDownloadName |
取得將用於回應之 Content-Disposition 標頭中的檔案名。 |
FileLength |
取得或設定檔案長度資訊。 |
LastModified |
取得與檔案結果相關聯的上次修改資訊。 |
方法
ExecuteAsync(HttpContext) |
撰寫反映結果的 HTTP 回應。 |