InterviewSolution
Saved Bookmarks
| 1. |
What you mean by Routing in ASP.Net MVC? |
|
Answer» Routing is a pattern matching mechanism of incoming requests to the URL patterns which are registered in route table. Class : "UrlRoutingModule" is used for the same process. |
|