I have some dynamic querystring parameters that I would like to interact with as an IDictionary. How do I do this?
IDictionary
I tried
In addition to what nemesv mentioned, you can also create a custom parameter binding for IDictionary similar to the approach I show here:
How would I create a model binder to bind an int array?