I would like to know how I can do so that this @Html.ActionLink("Edit", "Edit", new { id = item.IDPROJECT})
can format it, I did it this way but it does not work for me:
<a href="@Url.Action("Edit", "Proyectos")" class="btn btn-warning" >Editar
<span class="glyphicon glyphicon-edit" aria-hidden="true"></span>
</a>
this is the result I want