你可以像下面这样做.只需添加@class = "glyphicon glyphicon-trash"
在htmlAttributes
参数和替换X
用space
.
@Html.ActionLink( " ", "Delete", "Grocery", new { GroceryUsageID = item.GroceryUsageID, GroceryId = item.GroceryID }, new { @onclick = "return confirm('Are you sure you want to delete this Grocery');", @class = "glyphicon glyphicon-trash" })