MvcRouteHandler.GetHttpHandler Method

Returns the HTTP handler by using the specified HTTP context.

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

protected function GetHttpHandler(
	requestContext : RequestContext
) : IHttpHandler

Parameters

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

Return Value

Type: System.Web.IHttpHandler
The HTTP handler.
Show: