I d like to be able to swap model binders out on a per Controller or per ActionMethod basis.
AFAIK the only options supported by the framework are to bind a model binder to a specific type.
How could I change my model binder per Controller or per ActionMethod in a clean way?