A route that composed of sub-routes. The route will defer work to the contained routes when the url matches a base path defiend for the route chainer.

Namespace:  EPiServer.Shell.Web.Routing
Assembly:  EPiServer.Shell (in EPiServer.Shell.dll) Version: 6.2.267.1

Syntax

C#
public class ModuleRouteCollection : RouteBase, 
	IEnumerable<RouteBase>, IEnumerable

Inheritance Hierarchy

System..::.Object
  RouteBase
    EPiServer.Shell.Web.Routing..::.ModuleRouteCollection

See Also