1.

Define two ways to add constraints to a route in MVC?

Answer» DEFINE two ways to add constraints to a route in MVC?
Below are the two methods to add constraints to a route in MVC
(1)By using regular EXPRESSIONS
(2)By the USE of OBJECT that implements IRouteConstraint Interface.


Discussion

No Comment Found