HttpApplication.Response プロパティ

定義

現在の要求の組み込み応答オブジェクトを取得します。

public:
 property System::Web::HttpResponse ^ Response { System::Web::HttpResponse ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.HttpResponse Response { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Response : System.Web.HttpResponse
Public ReadOnly Property Response As HttpResponse

プロパティ値

アプリケーションが処理している HttpResponse オブジェクト。

属性

例外

HttpResponse オブジェクトがnull

適用対象