Click or drag to resize
HttpHandlerRouteTable.GetRoutes Method
Returns an enumerable collection of routes to Kentico HTTP handlers.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<Route> GetRoutes()

Return Value

Type: IEnumerable<Route>
An enumerable collection of routes to Kentico HTTP handlers.
See Also