Guest User

Untitled

a guest
Jun 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. foreach (ModelState state in ViewData.ModelState.Values)
  2. foreach (ModelError error in state.Errors)
  3. MyLog(error.ErrorMessage);
Add Comment
Please, Sign In to add comment