FileResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public class FileResult : Xamarin.Essentials.FileBase
- 繼承
建構函式
FileResult(FileBase) | |
FileResult(String, String) | |
FileResult(String) |
屬性
ContentType |
取得或設定檔案的內容類型為MIME類型 (,例如: |
FileName | (繼承來源 FileBase) |
FullPath |
此屬性純有資訊,而且不一定會傳回檔案的實際實體路徑。 若要取得檔案,請使用 OpenReadAsync 方法。 (繼承來源 FileBase) |
方法
OpenReadAsync() | (繼承來源 FileBase) |