0 votes
in MVC Language by
edited by
Explain what is routing? What are the three segments for routing is important?

1 Answer

0 votes
by
The three segments of a default route contain the Controller, Action and Id. In the above URL, the corresponding controller and action will be matched. If we are not sending the controller and action method in the URL and based on the default route the corresponding controller action method will be invoked
...