What is routing in MVC?
Ritesh Singh
routing is the url pattern matching mechanism in which we can specifies url and invoked matched handler (controller and action method)