我试图让我的链接在新标签页中打开(它必须为剃须刀格式):
<a href="@Url.Action("RunReport", "Performance", new { reportView = Model.ReportView.ToString() }, new { target = "_blank" })" type="submit" id="runReport" class="button Secondary">@Reports.RunReport</a>
虽然这不起作用。有人知道怎么做吗?
Url.Action
呢?只需放入<a>
标签本身即可。