Explain the concept of default route in mvc
Answer / Meenakshi Agarwal
The Default Route in ASP.NET MVC is a pre-configured routing rule that maps incoming requests to the appropriate controller and action by default. It's usually defined in the RouteConfig.cs file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc mvp mvvm?
Where is routeconfig in mvc?
What is mvc (model view controller)?
Is razor a mvc?
What is the benefit of using mvc?
What is the difference between webforms and mvc?
What is mvc programming?
How the Routes in webform application and an MVC application differ?
How can we navigate from one view to another using a hyperlink?
Is forms authentication possible in mvc? If yes then explain in detail how?
What are action selectors in mvc?
Why filters are used in mvc?