SyntaxFix
Write A Post
Hire A Developer
Questions
If your goal is to use the ActionLink helper and open a new tab:
@Html.ActionLink("New tab please", "Home", null , new { target = "_blank" }) @Html.ActionLink("New tab please", "Home", Nothing, New With {Key .target = "_blank"})