HttpRequestBase.ContentType 屬性

定義

當在衍生類別中被覆寫時,會取得或設定請求的 MIME 內容型態。

public:
 virtual property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
public virtual string ContentType { get; set; }
member this.ContentType : string with get, set
Public Overridable Property ContentType As String

屬性值

請求的 MIME 內容類型,例如「text/html」。

例外狀況

適用於