Page.ProcessRequest Method (HttpContext)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets the intrinsic server objects of the Page object, such as the Context, Request, Response, and Application properties.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web.HttpContext
An HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, and Session) used to service HTTP requests.
Implements
IHttpHandler.ProcessRequest(HttpContext)You should not call this method.
.NET Framework
Available since 1.1
Available since 1.1
Show: