0

I have a DefaultModelBinder which I have inherited from and I have tried overriding the BindModel call and OnPropertyValidating call.

However when using ASP.NET MVC's built in Remote validation, when the controller action gets called it bypasses my DefaultModelBinder and so it doesn't bind/validate how I want it to.

I have registered it in my global.asax, any ideas?

User101
  • 748
  • 2
  • 10
  • 29
  • I have tried using POST and GET attributes for this remote validation call, it also bypasses my custom DataAnnotationsModelValidatorProvider I set to revalidate, setup in my global.asax – User101 Jul 05 '13 at 09:38
  • If you added relevant code snippets, it would be easier to investigate this issue. – R. Schreurs Jul 29 '13 at 10:33

0 Answers0