共用方式為


FileBase 類別

定義

檔案及其內容類型的表示。

public abstract class FileBase
繼承
System.Object
FileBase
衍生

建構函式

FileBase(FileBase)

來自現有實例的 FileBase。

屬性

ContentType

取得或設定檔案的內容類型為MIME類型 (,例如: image/png) 。

FileName

檔案及其內容類型的表示。

FullPath

這個屬性純具資訊性,而且不一定會傳回檔案的實際實體路徑。 若要取得檔案,請使用 OpenReadAsync 方法。

方法

OpenReadAsync()

檔案及其內容類型的表示。

適用於