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

Inheritance: IRouteRegistrar
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode 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 méthode

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

RegisterRoutes() public méthode

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