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"`
When no
DisplayNameorDisplay(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"