I need to apply the same class to many ActionLink elements to give it styles. At the moment I have this code:
@Html.ActionLink("Panel de Administrador", "Registro", "Registro", new { @class = "enlace" })
@Html.ActionLink("Cargar Casa", "Create", new {@class = "enlace" })
But when applying styles, only my first ActionLink takes me.