TagHelperPack icon indicating copy to clipboard operation
TagHelperPack copied to clipboard

Feature request - Humanize display name, if no DisplayName or Display(Name= attribute present on property

Open omon77 opened this issue 3 years ago • 0 comments

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"

omon77 avatar Mar 26 '21 17:03 omon77