1 Answer

0 votes
by
Two methods for adding constraints to route is

•Using regular expressions

•Using an object that implements IRouteConstraint interface
...