AnonymousIdentificationEventArgs.Context プロパティ

定義

現在の HTTP 要求の 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

プロパティ値

現在の HTTP 要求の HttpContext オブジェクト。

注釈

HttpContextは、現在の要求のRequestResponse、およびUser オブジェクトへのアクセスを提供します。

適用対象