You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Ultimately we should be able to have tags such as: <input class="btn" class="btn-success" /> which generate the correct output. Today this type of tag which happens to be a TagHelper would generate: <input class="btn-success" /> because last attribute in wins with no way for the TagHelper author to chose the other value.
To properly complete this item we need to create an attribute abstraction that has many types, one of which is a one key => many values (in addition to the default 1=>1 mapping). Other types that could be added in the future are key only, C# etc.