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>