Published
- 1 min read
HOW TO TURN LINK TO BUTTON IN MVC
The solution for this is noted below
HOW TO TURN LINK TO BUTTON IN MVC
Solution
@Html.ActionLink("Create A New Invoice", "Create", "Travel", null, new { @class = "btn btn-primary btn-large" })
Try other methods by searching on the site. That is if this doesn’t work