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
Delete !button>
You can Opt out individual elements from being evaluated as a TagHelper with !(Exclamation Point)
In its current form, Razor TagHelpers don't allow you to insert attributes by including the string literal of the attribute you want to insert.