Answers for "c# mvc call view in controller from another folder"

0

mvc load view from another controller

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

Code answers related to "c# mvc call view in controller from another folder"

Browse Popular Code Answers by Language