Answers

Question and Answer:

  Home  ASP Dot Net MVC

⟩ Explain significance of routing?

-ASP.NET MVC uses ASP.NET routing, to map incoming browser requests to controller action methods.

-In ASP.NET Routing mechanism a routing table is maintained which is created when the web application first starts.

-The route table is present in the Global.asax file.

-In routing mechanism the physical path of page will not be used in URL and therefore hiding the application file system hierarchy from outer world.

-By using the routing mechanism the URL search becomes more user friendly.

 127 views

More Questions for you: