AdvantageHandler..::..ProcessRequest Method
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
Namespace:
AdvantageCMS.Core.Common.BaseClasses.HandlerAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
[HttpPostAttribute] [ValidateInputAttribute] public void ProcessRequest( HttpContext context )
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.
Exceptions
| Exception | Condition |
|---|---|
| HttpRequestValidationException | Invalid querystring parameters |
| eCMSEngineEventStatus..::..Exception |

