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. 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. |
|