HttpApplication::Context Property

 

Gets HTTP-specific information about the current request.

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

public:
[BrowsableAttribute(false)]
property HttpContext^ Context {
	HttpContext^ get();
}

Property Value

Type: System.Web::HttpContext^

The HttpContext for the current request.

.NET Framework
Available since 1.1
Return to top
Show: