Page.ContentType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定與頁面關聯之 HttpResponse 物件的 HTTP MIME 類型。
protected:
property System::String ^ ContentType { void set(System::String ^ value); };
public:
property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
protected string ContentType { set; }
[System.ComponentModel.Browsable(false)]
public string ContentType { get; set; }
member this.ContentType : string
[<System.ComponentModel.Browsable(false)>]
member this.ContentType : string with get, set
Protected Property ContentType As String
Public Property ContentType As String
屬性值
與目前頁面關聯的 HTTP MIME 類型。
- 屬性
備註
在大部分情況下,請勿在程式代碼中設定此屬性。
ContentType
使用 .aspx 檔案中的 @ Page 指示詞來設定 屬性。 要求頁面時,動態產生的類別會設定 屬性。