I have the following link in my view:
@Html.ActionLink(" ", "Editar", new { id = item.ID }, new { @id = "btnEditar" })
And while loading the page, I have to block this link, depending on the user's profile. I'm trying to disable link click...
asked by
29.08.2016 / 19:34