AnonymousIdentificationEventArgs(HttpContext) Constructor

Definitie

Initialiseert een nieuw exemplaar van de 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)

Parameters

context
HttpContext

De context voor de gebeurtenis.

Opmerkingen

De AnonymousIdentificationModule constructie van een AnonymousIdentificationEventArgs object met behulp van de huidige HttpContext. Vervolgens wordt het AnonymousIdentificationEventArgs object doorgegeven aan de gebeurtenis AnonymousIdentification_Creating .

Van toepassing op