How to use
This article describes how you can use the H-tag editor tag helper in your views.
@addTagHelper *, OurHtagEditor<headline htag="@Model.Headline" /><h2 style="text-align: left;">This is my nice headline</h2><headline htag="@Model.Headline" class="css-class" link="@Model.Link" /><a href="https://umbraco.com/" title="Visit Umbraco.com" target="_blank" rel="noopener">
<h2 style="text-align: left;" class="css-class">This is my nice headline</h2>
</a>Last updated