Open Evert1976 opened 8 years ago
Firstly, when you're saying an API Controller in MVC, are you referring to MVC 6 or Web API 2?
Currently WebApiProxy does not support MVC 6, but with a bit of hacking I'm sure you can get somewhere. Having said that, I'm assuming you're talking about Web API.
Binding with stuff like Dictionaries
hasn't been officially tested and are tricky depending if you're using MVC 5 or Web API 2 because they have a completely different binding mechanism.
Hi,
I have this API Controller in ASPNET MVC:
with this request model:
But when I try to do the following in Javascript. The
Properties
property has always a length of 0. Before I used the webapiproxy generator it worker ok.Thanks in advance,
Evert