I trying to get my link to open in a new tab (it must be in razor format):
@Html.ActionLink( "Pay Now", "Add", "Payment", new { @id = 1 },htmlAttributes:new { @class="btn btn-success",@target= "_blank" } )