Click or drag to resize
HttpHandlerRouteTableGetRoutes 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: IEnumerableRoute
An enumerable collection of routes to Kentico HTTP handlers.
See Also