I followed a few guides on creating a custom tag helper for ASP Core.
This is my helper:
using Microsoft.AspNetCore.Mvc.ViewFeatures; using Microsoft.Asp
For those who are using the syntax correctly, but have their views and their TagHelpers in separate projects:
It will work.