MvcRouteHandler.GetHttpHandler Method (RequestContext)
Returns the HTTP handler by using the specified HTTP context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Protected Overridable Function GetHttpHandler ( requestContext As RequestContext ) As IHttpHandler
Parameters
- requestContext
-
Type:
System.Web.Routing.RequestContext
The request context.
Show: