Метод | Описание | |
---|---|---|
IgnoreRoute ( IRouteBuilder route, RouteCollection routes ) : void |
Ignores the route.
|
|
RegisterRoute ( IRouteBuilder route, RouteCollection routes ) : void |
Registers the route.
|
protected IgnoreRoute ( IRouteBuilder route, RouteCollection routes ) : void | ||
route | IRouteBuilder | The route. |
routes | RouteCollection | The routes. |
Результат | void |
protected RegisterRoute ( IRouteBuilder route, RouteCollection routes ) : void | ||
route | IRouteBuilder | The route. |
routes | RouteCollection | The routes. |
Результат | void |