AnonymousIdentificationEventArgs(HttpContext) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der AnonymousIdentificationEventArgs-Klasse.
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)
Parameter
- context
- HttpContext
Der Kontext für das Ereignis.
Hinweise
Das AnonymousIdentificationModule Erstellt ein AnonymousIdentificationEventArgs Objekt mithilfe des aktuellen HttpContext. Anschließend wird das AnonymousIdentificationEventArgs Objekt an das AnonymousIdentification_Creating-Ereignis übergeben.