How can I get a collection and a Model in one Action in MVC (http Post)?
Not sure, if I got you right. But you could use a class wrapping it. The class gets a property for the collection and another one for the model and works as the new model then.