共用方式為


HttpPostedFileWrapper.ContentType 屬性

定義

取得上傳檔案的 MIME 內容類型。

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

屬性值

String

檔案的 MIME 內容類型。

適用於