I need to redirect to the following redirect:
area = User
controller = "Server"
action = "Index"
page = "F222"
However I cannot see an overload in RedirectToAction that allows me to add in the Area. Can someone give me an example of how I can do this?
Thanks
If you want to add an Area to the route, use the overload with routeValues: