What is URL Routing in ASP.NET MVC?

 Posted by Tripati_tutu on 1/27/2011 | Category: ASP.NET Interview questions | Views: 5178 | Points: 40
Answer:

Routing validates variables used in the URL definition according to a pattern mentioned in it, and also automatically passes them as parameter arguments to a controller action after validation.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response