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