This is regarding asp.net core web api. How to suppress model state validation at action level. we have [apicontroller] attribute defined at controller level, we want to keep auto model state validation for all the actions except one action method. How we can ignore auto model state validation for a specific action method?