Answers for "access view from another controller mvc"

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

mvc load view from another controller

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

Code answers related to "access view from another controller mvc"

Browse Popular Code Answers by Language