次のフォルダー構造があります
->People
-->Views
--->Reports
--->index.cshtml
---->PhoneCalls
----->Report.cshtml
-->Controlers
--->ReportsControler.cs
@html.ActionLink
ヘルパーを使用して index.cshtml から Report.cshtml に移動する方法
私が試してみました
@Html.ActionLink("Report", "PhoneCalls/Report", null, new { target = "__blank" });
失敗します。