How the Routes in webform application and an MVC application differ?
Answer Posted / 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 |
Post New Answer View All Answers