Method SetRoutes
SetRoutes(params IEnumerable<Route>)
Defines the specified collection of routes.
public void SetRoutes(params IEnumerable<Route> routes)
Parameters
routesIEnumerable<Route>The routes to be defined.
Defines the specified collection of routes.
public void SetRoutes(params IEnumerable<Route> routes)
routes IEnumerable<Route>The routes to be defined.