What is default route in mvc?
Answer / Shamshad Husain
The default route in MVC is a predefined route that maps incoming requests to the Home controller and Index action when no other route matches the request. In ASP.NET MVC, the default route is defined in the RouteConfig file.
| Is This Answer Correct ? | 0 Yes | 0 No |
which filters are executed in the end?
Explain in which assembly is the mvc framework is defined?
What is html beginform in mvc?
What is bootstrap in mvc?
How can we implement validation in mvc?
What are the filters?
What do you mean by mvc scaffolding?
What is mvc routing?
Who invented mvc?
what are the benefits of area in mvc?
What is the meaning of razor view engine?
What is domain model in mvc?