AnonymousIdentificationEventArgs.AnonymousIdentificationEventArgs Constructor
.NET Framework 2.0
Initializes a new instance of the AnonymousIdentificationEventArgs class.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Sub New ( _ context As HttpContext _ ) 'Usage Dim context As HttpContext Dim instance As New AnonymousIdentificationEventArgs(context)
public AnonymousIdentificationEventArgs ( HttpContext context )
public function AnonymousIdentificationEventArgs ( context : HttpContext )
Not applicable.
Parameters
- context
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.
Community Additions
ADD
Show: