AnonymousIdentificationEventArgs Constructor (HttpContext^)

 

Initializes a new instance of the AnonymousIdentificationEventArgs class.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

public:
AnonymousIdentificationEventArgs(
	HttpContext^ context
)

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
Return to top
Show: