MVC4 bind model to ICollection or List in partial
Given a Model
Given a Model
In MVC3, is it possible to automatically bind javascript objects to models if the model has nested objects? My model looks like this:
Hi every one ,
I have a following POCO class. I don not want the parameterless constructor to be public.