ApiMultipartFormFormatter
ApiMultipartFormFormatter copied to clipboard
Dictionary<string, string> or Dictionary<string, object>?
Your library was a life saver in WebForms 4.5 project with Web Api Controller. Thanks for that. Was curious if your library supported Dictionary
binding? I can't seem to get it to work, but wanted to ask to see if I wasn't attempting to use it correctly.
@terryaney , this library is designed for using with concreted classes.
However, I haven't used it with Dictionary<string, object>
.
You can try with that, if it does not work, we can create a new issue and consider it as a new feature to update :)