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 です。

適用対象