How do you get the current area name in the view or controller?
Is there anything like ViewContext.RouteData.Values[\"controller\"] for areas?
ViewContext.RouteData.Values[\"controller\"]
You can get it from the controller using:
ControllerContext.RouteData.DataTokens["area"]