I\'m starting to learn ASP.NET MVC, and have a problem, how generate code with Html.ActionLink like this:
Html.ActionLink
Simple as this:
@Html.ActionLink("Title", "Action", null, new {@class="btn btn-info fa fa-pencil" })