AnthonySteele / MvcRouteTester

A library for unit testing ASP MVC route tables for both Web and API Routes
Apache License 2.0
105 stars 43 forks source link

[FromBody] is not respected. #43

Open otac0n opened 10 years ago

otac0n commented 10 years ago

I am using [FromBody] to get a GUID from the posted body, rather than the URL. Usually MvcRouteTester handles the content of POSTs just fine, but in this case, it is throwing and exception: got missing value for 'id'.