MVC4 link automatically redirected to default INDEX page/action even if defined action name with controller
- by Raj Tamakuwala
i am creating web mobile application in mvc4.
My problem is when I click on particular link in my application,it works well,
but sometimes it automatically redirected to INDEX page that is set as default page in global.asax as
routes.MapRoute(
"Default", // Route name
"{controller}/{action}/{id}", // URL with…