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 2.42 K 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>

Updated on 12-Sep-2016
Can you answer this question?

Answer

1 Answers

Liked By