InterviewSolution
Saved Bookmarks
| 1. |
What You Mean By Routing In 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. |
|