How the Routes in webform application and an MVC application differ?
Answer / Komal
In a webforms application, routes are not explicitly defined. Instead, ASP.NET handles navigation based on the control hierarchy of the pages. In contrast, in an MVC application, routes are defined using routing tables, providing more flexibility and control over URL structure and parameter mapping.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is razor pages replacing mvc?
What is route in mvc?
What is mvc authorize?
What is afterFilter() used?
What is the difference between apicontroller and mvc controller?
What are Filters in MVC?
What is allowanonymous in mvc?
What is mockmvc?
What is data annotation in mvc?
What is mvc state management?
Where is routeconfig in mvc?
What is default route in mvc?