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)
abstract GetHttpHandler : requestContext:RequestContext -> IHttpHandler override GetHttpHandler : requestContext:RequestContext -> IHttpHandler
Parameters
- requestContext
- Type: System.Web.Routing.RequestContext
The request context.
Show: