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