Use single error message template for all invalid properties
Imagine a razor page with a Form that have many inputs that user fills them.
Imagine a razor page with a Form that have many inputs that user fills them.
We have a need within some of our logic to iterate through the properties of a model to auto-bind properties and want to extend the functionality to include the new dataannotations in C# 4.0.