C# Class Core.Web.Models.Routes.DefaultRouteRegistrar

Inheritance: IRouteRegistrar
Mostrar archivo Open project: coreframework/Core-Framework

Public Methods

Method Description
RegisterIgnoreRoutes ( RouteCollection routes ) : void

Registers any routes to be ignored by the routing system.

RegisterRoutes ( RouteCollection routes ) : void

Registers any routes to be used by the routing system.

Method Details

RegisterIgnoreRoutes() public method

Registers any routes to be ignored by the routing system.
public RegisterIgnoreRoutes ( RouteCollection routes ) : void
routes RouteCollection The collection of routes to add to.
return void

RegisterRoutes() public method

Registers any routes to be used by the routing system.
public RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection The collection of routes to add to.
return void