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 |
What are Filters in MVC?
Explain what are the steps for the execution of an mvc project?
List the various return types of a controller action method?
What is the advantages of mvc?
Why is mvc better than webforms?
What is the use of keep and peek in “tempdata”?
What is dao in mvc?
What is razor syntax?
what are the benefits of area in mvc?
Mention what are the two ways to add constraints to a route?
What is razor in mvc?
Explain what is routing in mvc?