AnonymousIdentificationEventArgs(HttpContext) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

context
HttpContext

Kontekst zdarzenia.

Uwagi

Obiekt AnonymousIdentificationModule konstruuje AnonymousIdentificationEventArgs przy użyciu bieżącego HttpContextobiektu . Następnie przekazuje AnonymousIdentificationEventArgs obiekt do zdarzenia AnonymousIdentification_Creating .

Dotyczy