MvcHttpHandler.VerifyAndProcessRequest Method
Visual Studio 2010
Verifies and processes an HTTP request.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected override void VerifyAndProcessRequest( IHttpHandler httpHandler, HttpContextBase httpContext )
Parameters
- httpHandler
- Type: System.Web.IHttpHandler
The HTTP handler.
- httpContext
- Type: System.Web.HttpContextBase
The HTTP context.
Community Additions
ADD
Show: