Page.ResponseEncoding プロパティ

定義

現在の 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 のエンコーディング言語を格納する文字列。

属性

注釈

ほとんどの状況では、コードでこのプロパティを設定しないでください。 属性を ResponseEncoding 、.aspx ファイルで @ Page ディレクティブを使用する値に設定します。 ページが要求されると、動的に生成されたクラスによって プロパティが設定されます。

適用対象