Reputation: 347
I Want Set Area Name in Method
RedirectToAction("Index", "Home");
Upvotes: 1
Views: 496
Reputation: 174
You would do the following:
RedirectToAction("Index", "Home", new { area = "Area" });