aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Ryan Nowak 8682fe0cfd Replace ActionBindingContext with ControllerContext
This change introduces ControllerContext for inside of Controllers, and
controller-specific extensibility points. ControllerContext carries with
it the model binding infrastructure needed to do all of the things that
controllers need to do.
2015-11-20 15:32:37 -08:00
..
Metadata Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
Validation Removed use of LINQ and added some optimizations in ValidationVisitor 2015-11-06 11:56:52 -08:00
ArrayModelBinderTest.cs
BinderTypeBasedModelBinderModelBinderTest.cs
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs
ByteArrayModelBinderTests.cs
CancellationTokenModelBinderTests.cs
CollectionModelBinderTest.cs
CompositeModelBinderTest.cs
CompositeValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
ElementalValueProviderTests.cs
EnumerableValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
FormCollectionModelBinderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
FormFileModelBinderTest.cs
FormValueProviderFactoryTest.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
FormValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
HeaderModelBinderTests.cs
JQueryFormValueProviderFactoryTest.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
JQueryFormValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
KeyValuePairModelBinderTest.cs
ModelBindingContextTest.cs
ModelBindingHelperTest.cs
ModelBindingResultTest.cs
MutableObjectModelBinderTest.cs
QueryStringValueProviderFactoryTest.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
QueryStringValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
ServicesModelBinderTest.cs Reacting to DependencyInjection changes 2015-11-13 10:47:34 -08:00
SimpleTypeModelBinderTest.cs
SimpleValueProvider.cs
TestValueProvider.cs