MvcHttpHandler.VerifyAndProcessRequest Method (IHttpHandler, HttpContextBase)

 

Verifies and processes an HTTP request.

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

Protected Overrides Sub VerifyAndProcessRequest (
	httpHandler As IHttpHandler,
	httpContext As HttpContextBase
)

Parameters

httpHandler
Type: System.Web.IHttpHandler

The HTTP handler.

httpContext
Type: System.Web.HttpContextBase

The HTTP context.

Return to top
Show: