HttpApplication.Context Property

 

Gets HTTP-specific information about the current request.

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

<BrowsableAttribute(False)>
Public ReadOnly Property Context As HttpContext

Property Value

Type: System.Web.HttpContext

The HttpContext for the current request.

.NET Framework
Available since 1.1
Return to top
Show: