0 votes
in C Sharp by
What are the different approaches for adding constraints to a route?

1 Answer

0 votes
by

There are 2 different methods used for adding constraints to the route. These are:

  • By implementing the regular expressions
  • By making use of an object implementing the IRouteConstraint interface

Related questions

+1 vote
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal
0 votes
0 votes
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal
...