aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Binders
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
..
ArrayModelBinderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ByteArrayModelBinderTests.cs Updating ModelBinding tests to work in Mono 2014-09-30 20:16:21 -07:00
CancellationTokenModelBinderTests.cs Adding CancellationTokenModelBinder. 2014-10-10 12:16:49 -07:00
CollectionModelBinderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ComplexModelDtoResultTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
ComplexModelDtoTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
CompositeModelBinderTest.cs Limit the maximum number of Model errors to a reasonable value. 2014-09-16 09:57:00 -07:00
DictionaryModelBinderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
KeyValuePairModelBinderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ModelBindingContextTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
MutableObjectModelBinderTest.cs Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
TypeConverterModelBinderTest.cs DateTimeOffset doesn't have a TypeConverter in Mono 2014-10-16 07:10:35 -07:00