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

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public IEnumerable<TRoute> GetRoutes<TRoute>(
	Func<RegisterHttpHandlerAttribute, TRoute> routeBuilder
)

Parameters

routeBuilder
Type: SystemFuncRegisterHttpHandlerAttribute, TRoute

Type Parameters

TRoute

Return Value

Type: IEnumerableTRoute
An enumerable collection of routes to Kentico HTTP handlers.
See Also