Answer Posted / Amit Sharma
In MVC routing, routes are defined using route templates and constraints. A route template is a pattern that matches URLs, while constraints restrict the possible values for certain parameters within the route template. When an incoming request matches a defined route, the corresponding controller action is invoked to handle the request.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers