Shah Sahil

Shah Sahil

  • NA
  • 89
  • 5.8k

for bootstap icon use

Jun 1 2018 1:30 AM
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)