What is the difference between adding routes, to a webform application and an mvc application?
Answer Posted / Rajni Singh
In a webform application, routes are typically hardcoded in configuration files, while in MVC applications, routes are defined programmatically through route mapping.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers