MvcHttpHandler.VerifyAndProcessRequest Method
Verifies and processes an HTTP request.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected override function VerifyAndProcessRequest( httpHandler : IHttpHandler, httpContext : HttpContextBase )
Parameters
- httpHandler
- Type: System.Web.IHttpHandler
The HTTP handler.
- httpContext
- Type: System.Web.HttpContextBase
The HTTP context.
Show: