| HttpHandlerRouteTableGetRoutes Method | 
            Returns an enumerable collection of routes to Kentico HTTP handlers.
            
 
Namespace: CMS.Routing.WebAssembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 10.0.0
 Syntax
Syntaxpublic IEnumerable<Route> GetRoutes()
Return Value
Type: 
IEnumerableRouteAn enumerable collection of routes to Kentico HTTP handlers.
 See Also
See Also