I have a ViewModel with a List<Section> Sections in it, my clients can send null values in this collection, I want to initialize them with default constructor of Section.
How can it be done for all Collections in ViewModels at once?
I'm trying to achieve this with extending DefaultBinder - but the problem is that CreateModel is not called for a null