June 2012
29
Post JSON objects with nested classes to MVC action
No Comments
Default view model binding of ASP.NET MVC has a disadvantage when using view models with nested classes and JSON objects. The binding is unable to recognize such nested classes and it initializes them to NULL value. This