AnonymousIdentificationEventArgs(HttpContext) Konstruktor

Definition

Initierar en ny instans av AnonymousIdentificationEventArgs klassen.

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)

Parametrar

context
HttpContext

Kontexten för händelsen.

Kommentarer

AnonymousIdentificationModule Konstruerar ett AnonymousIdentificationEventArgs objekt med hjälp av den aktuella HttpContext. Objektet skickas AnonymousIdentificationEventArgs sedan till händelsen AnonymousIdentification_Creating .

Gäller för