MvcHttpHandler.VerifyAndProcessRequest Method

Verifies and processes an HTTP request.

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

'Declaration
Protected Overrides Sub VerifyAndProcessRequest ( _
	httpHandler As IHttpHandler, _
	httpContext As HttpContextBase _
)
'Usage
Dim httpHandler As IHttpHandler 
Dim httpContext As HttpContextBase 

Me.VerifyAndProcessRequest(httpHandler, _
	httpContext)

Parameters

httpHandler
Type: System.Web.IHttpHandler

The HTTP handler.

httpContext
Type: System.Web.HttpContextBase

The HTTP context.

Show: