TagHelperPack
TagHelperPack copied to clipboard
Feature request - Humanize display name, if no DisplayName or Display(Name= attribute present on property
When no DisplayName
or Display(Name=
attribute present on property, would it be possible to return Humanized property name?
Library: https://github.com/Humanizr/Humanizer
I.e. "DateCreated".Humanize(LetterCasing.Title) => "Date Created"