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: 12.0.0
Syntax public IEnumerable<Route> GetRoutes()
Return Value
Type:
IEnumerableRouteAn enumerable collection of routes to Kentico HTTP handlers.
See Also