HttpContextBase.Response プロパティ

定義

派生クラスでオーバーライドされた場合に、現在の HTTP 応答の HttpResponse オブジェクトを取得します。

public:
 virtual property System::Web::HttpResponseBase ^ Response { System::Web::HttpResponseBase ^ get(); };
public virtual System.Web.HttpResponseBase Response { get; }
member this.Response : System.Web.HttpResponseBase
Public Overridable ReadOnly Property Response As HttpResponseBase

プロパティ値

現在の HTTP 応答。

例外

適用対象