A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core (all versions).
See the examples page at https://taghelperpack.net
Supports ASP.NET Core 2.1.x, 2.2.x, 3.0.x, and 3.1.x
- Add a reference to the package from the cmd line:
MyGreatProject> dotnet add package TagHelperPack
- Restore:
MyGreatProject> dotnet restore
- Register the Tag Helpers in your application's
_ViewImports.cshtml
file:@addTagHelper *, TagHelperPack