Skip to content

Instantly share code, notes, and snippets.

@leandromoh
Created May 11, 2016 20:56
Show Gist options
  • Save leandromoh/1375553158130a1a2c3507f4ddcacd8c to your computer and use it in GitHub Desktop.
Save leandromoh/1375553158130a1a2c3507f4ddcacd8c to your computer and use it in GitHub Desktop.
//ModelStateDictionary
var erros = ModelState.Values.SelectMany(x => x.Errors.Select(y => y.ErrorMessage)).ToList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment