Using vanilla MVC I can revalidate my model with TryValidateModel. The TryValidateModel method doesn’t seem to be applicable to WebAPI. How can I revalidate my model when using WebAPI?
Using vanilla MVC I can revalidate my model with TryValidateModel. The TryValidateModel method doesn’t
Share
Turns out TryValidateModel is not supported in WebAPI. There’s a feature request over on CodePlex.