-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MvcActionValueBinder Execption in post #136
Comments
I see inconsistence: you're using |
in the IHttpActionResult ? i'm use [MvcStyleBinding] |
But the error occurs in |
Yes, the complete class is:
|
hello, i'm chage
for
and it work but doesn't when send array :( |
btw don't use |
when? in the content.ReadAsAsync<IDictionary<string, object>>().Result? |
It's unrelated to the problem you're facing but yes, there and elsewhere, calling the Result property blocks current thread so you're not having async operation spite it looks like you will. If shortly, this is incorrect way to use it. |
Regarding your problem, i frankly don't know, I'm not familiar with this part of the codebase. Please ask a question on Stack Overflow and provide a link to the question here, I'll assist if you're facing any issues there |
Hi, i have a problem in angular when send data in post method, in my client
in my server
The error is:
in
anybody help?
Sorry for my english
The text was updated successfully, but these errors were encountered: