AnonymousIdentificationEventArgs(HttpContext) コンストラクター

定義

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 イベントに渡します。

適用対象