Should a model binder populate all of the model?
- by Richard
Should a model binder populate all of the model, or only the bits that are being posted?
For example, I am adding a product in my system and on the form i want the user to select which sites the new product will appear on. Therefore, in my model I want to populate a collection called "AllAvailableSites" to render the checkboxes for the user to…