SyntaxFix
Write A Post
Hire A Developer
Questions
A simple way to do make your Html.ActionLink into a button (as long as you have BootStrap plugged in - which you probably have) is like this:
@Html.ActionLink("Button text", "ActionName", "ControllerName", new { @class = "btn btn-primary" })