我試圖讓我的鏈接在新標籤頁中打開(它必須在剃刀格式):如何在新選項卡中打開剃鬚刀動作鏈接?
<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'?只需在標籤本身加上''標籤即可。 –