The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AnonymousIdentificationEventArgs Constructor (HttpContext^)
.NET Framework (current version)
Initializes a new instance of the AnonymousIdentificationEventArgs class.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web::HttpContext^
The context for the event.
The AnonymousIdentificationModule constructs a AnonymousIdentificationEventArgs object using the current HttpContext. It then passes the AnonymousIdentificationEventArgs object to the AnonymousIdentification_Creating event.
.NET Framework
Available since 2.0
Available since 2.0
Show: