context..::..ProcessRequest Method
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
Used for Adding Server values to Javascript variables like basic colors, responsive sizes an user info.
Namespace:
FLEXYGOAssembly: FlexyGo (in FlexyGo.dll)
Syntax
public void ProcessRequest( HttpContext context )
Public Sub ProcessRequest ( _ context As HttpContext _ )
Parameters
- context
- Type: HttpContext
An HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.