ProfileAutoSaveEventArgs.Context プロパティ

定義

現在の要求に対する HttpContext を取得します。

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

プロパティ値

現在の要求に関する HttpContext

注釈

オブジェクトは ProfileAutoSaveEventArgs 、 クラスの イベントに ProfileAutoSaving イベント情報を ProfileModule 提供します。 プロパティは Context 、現在の要求の への HttpContext アクセスを提供します。

適用対象

こちらもご覧ください