MVC Default Validation Message
Default validation message di MVC [code language=”csharp”] [ArgumentIsNullOrWhitespace, The argument ‘{0}’ cannot be null, empty or contain only white space.] [AssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties, The associated metadata type for type ‘{0}’ contains the following unknown properties or fields: {1}. Please make sure that the names of these members match the names of the properties on the main type.]…