This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Add DisplayName to RequiredAttributeDescriptor #1119
Closed
Description
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-...
.