What are the 3 things that are needed to specify a route?
Answer / Sukhwinder Singh
To specify a route in ASP.NET MVC, you need: 1) A name for the route (optional), 2) URL pattern that defines how the incoming requests will be matched against it, and 3) Default values or constraints for the route parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the two ways for adding constraints to a route?
What is lazy loading in mvc?
Which is a better fit, razor or aspx?
How does mvc routing work?
What is render view in mvc?
Explain using hyperlink how you can navigate from one view to other view?
What do you mean by mvc scaffolding?
What is dao in mvc?
What is mvc and why it is used?
Why httppost is used in mvc?
Mention the advantages and disadvantages of mvc model?
Explain the concept of default route in mvc