Name | Description | Actions |
---|---|---|
<%: Html.Label(p.Name)%> | <%: Html.Label(p.Description) %> | <%: Html.ActionLink("detail", "Detail", new { p.Id }, new { @class = "hl-icon-edit" })%> <%: Html.ActionLink("delete", "Delete", new { p.Id }, new { @class = "hl-icon-delete" })%> |