What are the two ways for adding constraints to a route?
Answer / Anubhav Gupta
The two ways for adding constraints to a route are: 1) Data annotations - attributes applied to properties or methods in the controller action, and 2) Route attributes - attributes applied directly to the route.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc in spring?
What is dao in mvc?
Mention the order of the filters that get executed, if the multiple filters are implemented?
Define attribute based routing in mvc?
What is mvc and its advantages?
How can you maintain session in mvc?
Explain what is routing? What are the three segments for routing is important?
Why do we use mvc?
What is database first approach in mvc using entity framework?
What are action filters in mvc?
What is output caching in mvc?
Explain MVC (Model-View-Controller) in general?