aspnetcore/test/Microsoft.AspNetCore.Mvc.In...
Ryan Nowak fb81a5e11e Introducing ModelBinderFactory
This change separates model binding into IModelBinderProvider (decides
which binder to use) and IModelBinder (does binding). The
IModelBinderFactory is a new services with coordinates the creation of
model binders.
2016-03-29 15:45:14 -07:00
..
Models
ActionParametersIntegrationTest.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
ArrayModelBinderIntegrationTest.cs
BinderTypeBasedModelBinderIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
BodyValidationIntegrationTests.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
ByteArrayModelBinderIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
CancellationTokenModelBinderIntegrationTest.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
CollectionModelBinderIntegrationTest.cs
CompanyNameAttribute.cs
DictionaryModelBinderIntegrationTest.cs
FormCollectionModelBindingIntegrationTest.cs
FormFileModelBindingIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
GenericModelBinderIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
HeaderModelBinderIntegrationTest.cs Correct `Type.IsAssignableFrom()` polarity 2016-03-03 09:55:01 -08:00
KeyValuePairModelBinderIntegrationTest.cs
Microsoft.AspNetCore.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ModelPrefixSelectionIntegrationTest.cs
MutableObjectModelBinderIntegrationTest.cs Correct `Type.IsAssignableFrom()` polarity 2016-03-03 09:55:01 -08:00
ProductValidatorAttribute.cs
ServicesModelBinderIntegrationTest.cs
SimpleTypeModelBinderIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
TestMvcOptions.cs
TryUpdateModelIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
TryValidateModelIntegrationTest.cs
ValidationIntegrationTests.cs
project.json Fixed packages 2016-03-25 12:27:49 -07:00