I have a custom model binder, which are in an action method to a particular parameter:
public override ActionResult MyAction (integer someData, [ModelBinder (typeof (MyCustomModelBinder))] list of & lt; MyObject & gt; MyList ...) it is good Works like - Binder is said to be expected in the form of a machine. However, I want to invite the default model binders for certain addtional values in the request. Form collection form key such name: dataFromView [0] .key dataFromView [0] .Value dataFromView [1] .key dataFromView [1] .Value The default model binder converts these values into an IDictionary if I add an IDictionary as a parameter to the verb method.
However, I want to manipulate these values at the model binder level (together with the original list above the object).
Is there a way to get this model to get the default model binder to form my value in the
Comments
Post a Comment