aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Core.Test Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
Microsoft.AspNet.Mvc.FunctionalTests Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test
Microsoft.AspNet.Mvc.ModelBinding.Test Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.WebApiCompatShimTest Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
WebSites Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00