79665370

Date: 2025-06-13 20:52:00
Score: 1
Natty:
Report link

If the above methods mentioned does not help(like in my case). In the TagHelper class you may need to decorate it with HtmlTargetElement like this:

[HtmlTargetElement("div", Attributes="one-of-the-attributes-here")]  
public class MyTagHelper : TagHelper
{
...
}

This is how I was able to resolve the issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: phiwo