次の方法で共有


DefaultHttpHandler.Context プロパティ

定義

現在の DefaultHttpHandler オブジェクトに関連付けられているコンテキストを取得します。

protected:
 property System::Web::HttpContext ^ Context { System::Web::HttpContext ^ get(); };
protected System.Web.HttpContext Context { get; }
member this.Context : System.Web.HttpContext
Protected ReadOnly Property Context As HttpContext

プロパティ値

現在のコンテキストを含む HttpContext オブジェクト。

注釈

Context プロパティは、派生クラスの現在のHttpContext オブジェクトへのアクセスを提供します。 HttpContext オブジェクトは、要求の組み込みのRequestResponse、およびServerプロパティへのアクセスを提供します。 コンテキスト情報へのアクセスの詳細については、「 HttpContext」を参照してください。

適用対象

こちらもご覧ください