Answers for "how to make redirecttoaction c#"

C#
0

C# redirecttoaction with area

return RedirectToAction("action", "controller", new { area = "area" });
Posted by: Guest on June-22-2021

C# Answers by Framework

Browse Popular Code Answers by Language