What steps will reproduce the problem?
1.I have a WebAPI that accepts a string.
[HttpPost]
public string SomeName([FromBody] string aStringValue){}
2.I need to send a string as POST to that API.(Can't use GET)
What is the expected output? What do you see instead?
I wish to get the string value in the Api. However, I am getting null.
On what operating system, browser and browser version?
windows 8, chrome 36.0.1985.143 m
Please provide any additional information below.
Original issue reported on code.google.com by emailsfo...@gmail.com on 29 Aug 2014 at 5:20
Original issue reported on code.google.com by
emailsfo...@gmail.com
on 29 Aug 2014 at 5:20