0 votes
in MVC Language by
Mention what are the two ways to add constraints to a route?

1 Answer

0 votes
by

The two methods to add constraints to a route is

Use regular expressions

Use an object that implements IRouteConstraint Interface

...