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