I have a situation where I want to display a button as being enabled or disabled depending on a property which has been set on the view model.
@if (Model.CanBeDe
You can use @Html.Raw to inject markup directly into elements
@Html.Raw
Delete