MVC routing
MVC routing is the URL is mapped to controller and
controller is mapped to any action type.
Suppose there is the control name customer where the action
is DisplayCustomer and you are checking
in the local host than the URL will form as
http://localhost/ customer/ DisplayCustomer
Now lets see where the Routing configuration defined for MVC
project.
You can see the below folder structure for Your MVC project
and on it there is a file RouteConfig.cs