So drehen Sie die Link zur Schaltfläche in MVC ab

@Html.ActionLink("Create A New Invoice", "Create", "Travel", null, new { @class = "btn btn-primary btn-large" })
Handsome Hamerkop