TagHelperPack
TagHelperPack copied to clipboard
A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core
E.g. make `` actually set the `class` inside the template.
Please consider adding a TagHelper that is able to supply a Base64 encoded resource, the resource would be a small static resource that would be encoded once and then cached...
Like proposed in aspnet/Mvc#4115
Nine days ago I created a repo to put all my useful tag helpers in one place, similar to what you are doing in this repo, but I came across...
Like this one: https://github.com/aspnet/Mvc/issues/1928
Hi @DamianEdwards I would appreciate it if you would review and consider merging these updates into the next version of the library. 1. Updated editor and display tag helpers to...