Login
Remember
Register
Ask a Question
What are the different approaches for adding constraints to a route?
0
votes
asked
Jul 30, 2021
in
C Sharp
by
DavidAnderson
What are the different approaches for adding constraints to a route?
mvc
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 30, 2021
by
DavidAnderson
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
...