Can I make style modifications only to the content of my actionLink ?, in this case to the word Excel ... since when I give a style it modifies all my ActionLink, icon and text. Code
@Html.ActionLink("Excel ", "ExportarConsultaAlmacen", new { formato = "Excel" }, new { @class = "fa fa-file-excel-o btn btn-default" })