I need to put this date-loading-text in this action link only I'm not able to
Action Link
@Html.ActionLink("Voltar", "Listar", "Cadastro", new { cadastroId = id, area = "Formulario" }, new { @class = "btn btn-warning", @style = "margin-right: 735px;" })
data-loading-text
<i class='fa fa-circle-o-notch fa-spin'></i> Carregando"
Can anyone help me?