Answer Posted / Gaurav Kumar Sinha
A Route in MVC defines a mapping between the URL structure and the controller and action that should handle it. The Default Route usually maps incoming requests to a specific controller and action, typically set during application startup.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers