vote up 0 vote down star

Is there a way to redirect to a specific action/controller on a different Area?

flag

1 Answer

vote up 1 vote down check

Did you try this?:

return RedirectToAction("action", "controller", new { area = "area" });
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.