aspnetcore/test/WebSites/WebApiCompatShimWebSite/Controllers
Ryan Nowak df8f84b772 Fix #1287 - Port WebAPI parameter binding behavior
This change modifies the default parameter binding behavior for an
ApiController to use the WebAPI rules.

'simple types' default to use route data or query string
'complex types' default to use the body (formatters)

Adds ModelBindingAttribute to enabled model binding
2014-10-17 16:51:48 -07:00
..
ActionResults Fix for item #1278 - Add WebAPI ActionResult types and helper methods on 2014-10-16 19:33:49 -07:00
ActionSelection
HttpRequestMessage [Fixes #1283] Add functional tests for WebAPI-style controllers returning HttpContent 2014-10-16 01:52:33 -07:00
ParameterBinding Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
BasicApiController.cs
HttpResponseExceptionController.cs Adding HttpResponseException to WebApi Shim. 2014-10-15 09:07:40 -07:00
MvcController.cs