Can you give me any general advice on how to debug ASP.NET MVC Binding?
When everything works as expected, ASP.NET MVC is great. But if something does not, like some
In my case looking at the ModelState property in the controller method provided the answers why the modelbinding was failing.
ModelState