C# Class Arc.Infrastructure.Presentation.Mvc.RoutesConfiguration

Configuration for MVC application routes.
Inheritance: BaseRoutesConfiguration
显示文件 Open project: marektihkan/Arc

Protected Methods

Method Description
IgnoreRoute ( IRouteBuilder route, RouteCollection routes ) : void

Ignores the route.

RegisterRoute ( IRouteBuilder route, RouteCollection routes ) : void

Registers the route.

Method Details

IgnoreRoute() protected method

Ignores the route.
protected IgnoreRoute ( IRouteBuilder route, RouteCollection routes ) : void
route IRouteBuilder The route.
routes RouteCollection The routes.
return void

RegisterRoute() protected method

Registers the route.
protected RegisterRoute ( IRouteBuilder route, RouteCollection routes ) : void
route IRouteBuilder The route.
routes RouteCollection The routes.
return void