How could I change an action link @Html.ActionLink("Edit", "Edit", new { id=item.id_tache }) to an image. I’m just starting with asp .net mvc. (i want to display an image instead of text)
How could I change an action link @Html.ActionLink(Edit, Edit, new { id=item.id_tache }) to
Share
You need to make a regular link: