AnonymousIdentificationEventArgs(HttpContext) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AnonymousIdentificationEventArgs クラスの新しいインスタンスを初期化します。
public:
AnonymousIdentificationEventArgs(System::Web::HttpContext ^ context);
public AnonymousIdentificationEventArgs(System.Web.HttpContext context);
new System.Web.Security.AnonymousIdentificationEventArgs : System.Web.HttpContext -> System.Web.Security.AnonymousIdentificationEventArgs
Public Sub New (context As HttpContext)
パラメーター
- context
- HttpContext
イベントのコンテキスト。
注釈
AnonymousIdentificationModuleは、現在のAnonymousIdentificationEventArgsを使用してHttpContext オブジェクトを構築します。 次に、 AnonymousIdentificationEventArgs オブジェクトを AnonymousIdentification_Creating イベントに渡します。