Users Pricing

forum

home / developersection / forums / how add icon to the project asp.net mvc with bootstrap

How Add Icon to the project Asp.Net MVC with Bootstrap

Candido Reyes 2745 09 Sep 2016
<td>
            @Html.ActionLink("Modificar", "Edit", new { id = item.EmpleadoID }, new { @class = "btn btn-primary btn-sm" })
            @Html.ActionLink("Detalles", "Details", new { id = item.EmpleadoID }, new { @class = "btn btn-warning btn-sm" })
            @Html.ActionLink("Eliminar", "Delete", new { id = item.EmpleadoID }, new { @class = "btn btn-danger btn-sm" })
        </td>

1 Answers