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.
The Razor editor displays required attributes on HTML tags that have yet to be deemed a "TagHelper". These required attributes have a display which isn't always equal to the attributes required name. Example: If you do [HtmlTargetElement(Attributes = "asp-*")] you have a wildcard required attribute where the name comparison mode is prefix match. The display name for that required attribute should be asp-....