| ActionResultRouteHandlerTServiceGetHttpHandler Method  | 
            Resolves appropriate HTTP handler from services container.
            
 
Namespace: CMS.AspNet.Platform.RoutingAssembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 13.0.131
Syntaxpublic IHttpHandler GetHttpHandler(
	RequestContext requestContext
)
Parameters
- requestContext
 - Type: System.Web.RoutingRequestContext
 
Return Value
Type: 
IHttpHandlerImplements
IRouteHandlerGetHttpHandler(RequestContext)
See Also