How to use
This article describes how you can use the H-tag editor tag helper in your views.
Browse to /Views/_ViewImports.cshtml
in your Umbraco project and add the following line at the bottom
This will make it possible to use the following in your views:
Depending on your chosen settings on the property editor, it could render:
The tag helper accepts the attributes class
and link
. The link
attribute accepts the model Link, coming from the Multi URL Picker.
Using both attributes could look like this:
Which will render:
Last updated