Users Pricing

forum

Home Forums How Add Icon to the project Asp.Net MVC with Bootstrap – MindStick

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

Candido Reyes 2855 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

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md