top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the main function of URL routing system in ASP.NET MVC?

0 votes
365 views
What is the main function of URL routing system in ASP.NET MVC?
posted Sep 8, 2016 by Jayshree

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

-URL routing system provides flexibility to the system and it also enables to define new URL mapping rules that can be used with web applications.

-URL routing system is used to map the application and its routing information gets passed to right controller and action method.

-URL routing system processes and executes the method to run the application without using many designed rules.

-It is used to construct the outgoing URLs that can be used to handle the actions that have the ability to map both incoming and outgoing URLs that adds more flexibility to the application code.

answer Sep 9, 2016 by Shivaranjini
...