We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f334362 commit 7f6d3a2Copy full SHA for 7f6d3a2
Our.Umbraco.TagHelpers/ActiveClassTagHelper.cs
@@ -38,6 +38,10 @@ public ActiveClassTagHelper(IUmbracoContextAccessor umbracoContextAccessor)
38
public string ActiveClassName { get; set; }
39
40
41
+ /// <summary>
42
+ /// If you wish to add an active CSS class on another DOM element than an <a>
43
+ /// You can use this attribute to pass a link to the page to check in conjuction with `our-active-class` attribute
44
+ /// </summary>
45
[HtmlAttributeName("our-active-href")]
46
public string? ActiveLink { get; set; }
47
0 commit comments