MvcRouteHandler.IRouteHandler.GetHttpHandler Method (RequestContext)
Returns the HTTP handler by using the specified request context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Private Function GetHttpHandler ( requestContext As RequestContext ) As IHttpHandler Implements IRouteHandler.GetHttpHandler
Parameters
- requestContext
-
Type:
System.Web.Routing.RequestContext
The request context.
This member is an explicit interface member implementation. It can be used only when the MvcRouteHandler instance is cast to an IRouteHandler interface.
Show: