C# Класс Core.Web.Models.Routes.DefaultRouteRegistrar

Наследование: IRouteRegistrar
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

RegisterIgnoreRoutes() публичный Метод

Registers any routes to be ignored by the routing system.
public RegisterIgnoreRoutes ( RouteCollection routes ) : void
routes RouteCollection The collection of routes to add to.
Результат void

RegisterRoutes() публичный Метод

Registers any routes to be used by the routing system.
public RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection The collection of routes to add to.
Результат void