Answers for "asp.net mvc call view from another controller"

0

mvc load view from another controller

return RedirectToAction("View", "Name of Controller");
Posted by: Guest on December-08-2020
0

asp net mvc 5 return view from another controller

Return RedirectToRoute("Stuff");
Posted by: Guest on May-15-2020

Code answers related to "asp.net mvc call view from another controller"

Browse Popular Code Answers by Language