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.

HttpApplication.Context Property

 

Gets HTTP-specific information about the current request.

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

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

Property Value

Type: System.Web.HttpContext

The HttpContext for the current request.

.NET Framework
Available since 1.1
Return to top
Show: