I have model which have multiple other models in it.
public class mainmodel
{
public entity1 ();
public entity2 ();
}
After posting view, I get entity1 entities null? Any luck. I am doing wrong? My question is: Asp.net with MVC multiple model in one view (create, update) How can I get those class entities in model?