C# 클래스 Arc.Infrastructure.Presentation.Mvc.RoutesConfiguration

Configuration for MVC application routes.
상속: BaseRoutesConfiguration
파일 보기 프로젝트 열기: marektihkan/Arc

보호된 메소드들

메소드 설명
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