I want to present a button with @Html.ActionLink but i need to have my application font in the text.
@Html.ActionLink
With this code:
@H
Try it!
@Html.ActionLink(" Cerrar sesión", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" , @class = "glyphicon glyphicon-log-in" })