Closed mattbrailsford closed 9 years ago
When using UmbracoPropertyAttribute with a property name of a property they physically exists on the doc type model this is currently case sensitive so "name" won't resolve, where as "Name" will. We should make this resolution case insensitive.
Closing issue, PR #104 opened.
When using UmbracoPropertyAttribute with a property name of a property they physically exists on the doc type model this is currently case sensitive so "name" won't resolve, where as "Name" will. We should make this resolution case insensitive.