Skip to content

Instantly share code, notes, and snippets.

@devmobasa
Last active February 24, 2018 09:41
Show Gist options
  • Select an option

  • Save devmobasa/8c5d2a02ef8426763d2f8faaa1592ce2 to your computer and use it in GitHub Desktop.

Select an option

Save devmobasa/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