mvc @html.action() 跨area调用controller 中的action

@{Html.RenderAction("ActionName", "ControllerName", new { area = "Manager" });}
 

@Html.Action("ActionName", "ControllerName", new { area = "Manager" })
原文地址:https://www.cnblogs.com/jinzhaoyoujiu/p/html_action_area.html