Mention what is the difference between adding routes, to a webform application and an mvc application?
Answer Posted / Savitri Devi
In a webform application, routes are primarily used for navigation purposes and may not involve complex logic or data manipulation. In contrast, in an MVC application, routes can be more intricate, involving controllers that handle incoming requests, process data, and send responses to views.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers