I\'m starting to learn ASP.NET MVC, and have a problem, how generate code with Html.ActionLink like this:
Html.ActionLink
This example may help you.
@Html.ActionLink(" ", "Controller", new { id = item.Id }, new { @class = "btn btn-success btn-circle fa fa-plus-circle", title = "Confirm" })
this way you will have an icon without the text.