我试图让我的链接打开在一个新的标签页(它必须是剃须刀格式) :
<a href="@Url.Action("RunReport", "Performance", new { reportView = Model.ReportView.ToString() }, new { target = "_blank" })" type="submit" id="runReport" class="button Secondary">@Reports.RunReport</a>
但是这样不行,有人知道怎么做吗?