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、現在HttpContextの をAnonymousIdentificationEventArgs使用して オブジェクトを構築します。 次に、 オブジェクトを AnonymousIdentificationEventArgsAnonymousIdentification_Creating イベントに 渡します。

適用対象