HttpHandlerRouteTable.GetRoutes<TRoute> Method |
Returns an enumerable collection of routes to Kentico HTTP handlers.
Namespace: CMS.Base.RoutingAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public IEnumerable<TRoute> GetRoutes<TRoute>(
Func<RegisterHttpHandlerAttribute, TRoute> routeBuilder
)
Parameters
- routeBuilder
- Type: System.Func<RegisterHttpHandlerAttribute, TRoute>
Type Parameters
- TRoute
Return Value
Type:
IEnumerable<TRoute>An enumerable collection of routes to Kentico HTTP handlers.
See Also