What is the default mapping logic used by ASP.NET MVC ?

 Posted by Akiii on 2/16/2012 | Category: ASP.NET Interview questions | Views: 3913 | Points: 40
Answer:

The default mapping logic used by ASP.NET MVC is as follows :-

/[Controller]/[ActionName]/[Parameters]


For example,
controller = "Home", action = "Index", id = UrlParameter



Thanks and Regards
Akiii


Source: http://www.asp.net | Asked In: Some Interviews | Alert Moderator 

Comments or Responses

Login to post response