I have if condition and I want to disable or enable my actionLink button.
How would I do it?
@Html.ActionLink(\"Delete\", \"Delete\", new { id = @Mode
Someone might find this useful, I once solved a similar problem by turning @Html.ActionLink into an input and then you make it work as a link using javascript: