Windows apps
Collapse the table of content
Expand the table of content
Information
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.

ProfileEventArgs::Context Property

 

Gets the HttpContext for the current request.

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

public:
property HttpContext^ Context {
	HttpContext^ get();
}

Property Value

Type: System.Web::HttpContext^

The HttpContext for the current request

The ProfileEventArgs object provides event information to the Personalize event of the ProfileModule class. The Context property provides access to the HttpContext of the current request.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft