MvcRouteHandler.GetHttpHandler Method

Visual Studio 2010

Retrieves the HTTP handler by using the specified HTTP context.

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

No code example is currently available or this language may not be supported.

Parameters

requestContext
Type: System.Web.Routing.RequestContext
The request context.

Return Value

Type: System.Web.IHttpHandler
The HTTP handler.

Community Additions

ADD
Show: