Complex Types, ModelBinders and Interfaces
- by Kieron
Hi,
I've a scenario where I need to bind to an interface - in order to create the correct type, I've got a custom model binder that knows how to create the correct concrete type (which can differ).
However, the type created never has the fields correctly filled in. I know I'm missing something blindingly simple here, but can anyone tell me why or…