页面跳转到Area区域连接

@Html.ActionLink("主页", "Index", new { controller = "Test", Action = "Test", area = "Test" }) 
<a href='@Url.Action("Index", "Test", new { area = "Test" })'>主页</a>

原文地址:https://www.cnblogs.com/May-day/p/6590399.html