Model returned to controller by edit view is always null
问题 I am trying to make a view that edits a list of predefined models. Therefore it is a strongly typed view that takes as parameter a list of models . I use custom Html helpers to edit the individual models. The Get view is displayed properly but the post back view model (the list of models) is always null. I know there are many questions on here about this topic but I ve been trying to do this for 2 days now. Here is the base Model: public class PrivacyManagerModel { [Required] [Display(Name=