MvcRouteHandler.IRouteHandler.GetHttpHandler Method

Returns the HTTP handler by using the specified request context.

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

JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

requestContext
Type: System.Web.Routing.RequestContext

The request context.

Return Value

Type: System.Web.IHttpHandler
The HTTP handler.

Implements

IRouteHandler.GetHttpHandler(RequestContext)

This member is an explicit interface member implementation. It can be used only when the MvcRouteHandler instance is cast to an IRouteHandler interface.

Show: