GitXplorerGitXplorer
h

mvc-metadata-conventions

public
44 stars
11 forks
1 issues

Commits

List of commits on branch master.
Unverified
326a56d7344f8162983b5f697b04c62d82540082

Increment package version

hhaacked committed 7 years ago
Unverified
4a56cbecc7d31eea46f3b5d51fa0cdac3197920b

Merge pull request #17 from rusanov-vladimir/#8

hhaacked committed 7 years ago
Unverified
64cad339b2acfc292beca42a0780968c45c42b92

Setting ErrorMessageResourceName for DataTypeAttribute by convention, #8

committed 7 years ago
Unverified
e1faf73cb31632c985274b69271100570f66e83d

Merge pull request #15 from ruskom/issue-13-fix

hhaacked committed 9 years ago
Unverified
c3cd728fb582aa0a959dce6dfbc9db3584338eec

Merge pull request #16 from ruskom/issue-12-fix-2

hhaacked committed 9 years ago
Unverified
112859ffd8adf436974d8e4e647a39a2389d8b81

Fix for issue #12: NullReferenceException if model class decorated with ValidationAttribute fixed

rruskom committed 9 years ago

README

The README file for this repository.

ASP.NET MVC Metadata Conventions

This contains a convention based approach to MVC Model Validation and Model Metadata.

So far, this includes localization of validation messages using conventions. See the following blog post for more details: Model Metadata and Validation Localization using Conventions