C# Класс Arc.Infrastructure.Presentation.Mvc.RoutesConfiguration

Configuration for MVC application routes.
Наследование: BaseRoutesConfiguration
Показать файл Открыть проект

Защищенные методы

Метод Описание
IgnoreRoute ( IRouteBuilder route, RouteCollection routes ) : void

Ignores the route.

RegisterRoute ( IRouteBuilder route, RouteCollection routes ) : void

Registers the route.

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

IgnoreRoute() защищенный Метод

Ignores the route.
protected IgnoreRoute ( IRouteBuilder route, RouteCollection routes ) : void
route IRouteBuilder The route.
routes RouteCollection The routes.
Результат void

RegisterRoute() защищенный Метод

Registers the route.
protected RegisterRoute ( IRouteBuilder route, RouteCollection routes ) : void
route IRouteBuilder The route.
routes RouteCollection The routes.
Результат void