Search Results

3
votes

MVC RC Validation: Is this right?

Call this extension method: public static void AddModelError (this ModelStateDictionary modelState, string key, string errorMessage, string attemptedValue) { modelSt …