リンクを新しいタブで開くようにしようとしています (カミソリ形式である必要があります):
<a href="@Url.Action("RunReport", "Performance", new { reportView = Model.ReportView.ToString() }, new { target = "_blank" })" type="submit" id="runReport" class="button Secondary">@Reports.RunReport</a>
しかし、これは機能していません。誰でもこれを行う方法を知っていますか?