Skip to content

Instantly share code, notes, and snippets.

@Ibro
Last active February 24, 2018 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ibro/8c5d2a02ef8426763d2f8faaa1592ce2 to your computer and use it in GitHub Desktop.
Save Ibro/8c5d2a02ef8426763d2f8faaa1592ce2 to your computer and use it in GitHub Desktop.
if (!ModelState.IsValid)
{
return BadRequest(ModelState);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment