共用方式為


HttpPostedFileBase.ContentType 屬性

定義

在衍生類別中覆寫時,會取得所上傳檔案的 MIME 內容類型。

public:
 virtual property System::String ^ ContentType { System::String ^ get(); };
public virtual string ContentType { get; }
member this.ContentType : string
Public Overridable ReadOnly Property ContentType As String

屬性值

檔案的 MIME 內容類型。

例外狀況

適用於