ASP Core .NET 6 MVC asp- TagHelpers not working
I’m working on a project. Converting a Core 2.1 to .NET 6. It’s going pretty well. I noticed that taghelpers are not working. We use a lot of Anchor tags. Every time I search it comes up that I need to add the line @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers to my _ViewImports.cshtml. But it is in there… Read More ASP Core .NET 6 MVC asp- TagHelpers not working