1
Answer

for bootstap icon use

Photo of Shah Sahil

Shah Sahil

7y
560
1
How to use bootstrap Glyphicons in mvc?
 
<a href="../customer/edit/@item.CustomerID" id="@item.CustomerID" class="glyphicon glyphicon-edit"></a>
</td>
<td>
<a href="../customer/delete/@item.CustomerID" id="@item.CustomerID" class="glyphicon glyphicon-trash"></a>
</td>

Answers (1)