Use ModelBinder to Generically Bind Complex Types
[Update: Simone brought my attention to the fact that ComplexModelBinder which comes with the framework does exactly that. You can find more info here] ASP.NET MVC Preview 5 introduce the ModelBinder attribute that can be used to decorate a complex type in an Action. This allows us to have actions that look like this public [...]
