System.Web.UI.Page.ProcessRequest Method

Sets the intrinsic server objects of the System.Web.UI.Page object, such as the Page.Context, Page.Request, Page.Response, and Page.Application properties.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ProcessRequest (System.Web.HttpContext context)

Parameters

context
An System.Web.HttpContext object that provides references to the intrinsic server objects (for example, System.Web.HttpContext.Request, System.Web.HttpContext.Response, and System.Web.HttpContext.Session) used to service HTTP requests.

Remarks

You should not call this method.

Requirements

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