MvcHttpHandler.VerifyAndProcessRequest Method

Verifies and processes an HTTP request.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

abstract VerifyAndProcessRequest : 
        httpHandler:IHttpHandler * 
        httpContext:HttpContextBase -> unit  
override VerifyAndProcessRequest : 
        httpHandler:IHttpHandler * 
        httpContext:HttpContextBase -> unit

Parameters

httpHandler
Type: System.Web.IHttpHandler
The HTTP handler.
httpContext
Type: System.Web.HttpContextBase
The HTTP context.
Show: