I have a table with several records and a delete link, how do I, when I click on this link, pass the value of the record id I want to delete?
Code of my view:
@model IList<Financas.Entidades.Usuario>
@Html.ActionLink("Novo Usuário", "Fo...
asked by
21.06.2016 / 04:05