页面跳转到Area区域连接

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

posted @ 2017-03-20 17:17  叶丶梓轩  阅读(296)  评论(0编辑  收藏  举报