Answers for "C# redirecttoaction with area"

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