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/c5236aba559064500d139a77cdef1787 to your computer and use it in GitHub Desktop.
Save Ibro/c5236aba559064500d139a77cdef1787 to your computer and use it in GitHub Desktop.
Validating Model, global filter attribute - https://codingblast.com/asp-net-core-global-model-validation/
services.AddMvcCore(options =>
{
options.Filters.Add(typeof(ValidateModelFilter));
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment