Page.ProcessRequest Method
.NET Framework 2.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets the intrinsics of the Page, such as the Context, Request, Response, and Application properties.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
public void ProcessRequest ( HttpContext context )
public function ProcessRequest ( context : HttpContext )
Not applicable.
Parameters
- context
An HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, and Session) used to service HTTP requests.
Community Additions
ADD
Show: