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

Related questions

0 votes
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal
0 votes
asked Jan 20, 2020 in C Sharp by AdilsonLima
...