Answers for "c# return view from another controller"

3

mvc return view from different controller

return View("~/Views/SomeThing/Index.cshtml");
return View("~/Views/SomeThing/Index.cshtml",model);
Posted by: Guest on December-10-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 "c# return view from another controller"

Browse Popular Code Answers by Language