Hi,
I am trying to use auto request validation in an app that uses a custom model binder.
Looking at the code here , I see the accepted binding sources are Query, Form and Body. Would it be possible to extend that to allow custom binding sources as well?
Thank you!