System.Web.UI.Page.Context Property

Gets the System.Web.HttpContext object associated with the page.

Syntax

protected override System.Web.HttpContext Context { get; }

Value

a System.Web.HttpContext

Remarks

This property provides programmatic access to the context the page runs in, including information about the request, response, session, and application.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0