aspnetcore/test/WebSites/ModelBindingWebSite/Controllers
Ryan Nowak 1596cd9422 Fix #2527 - Remove FormCollection use
This removes the dependency on Microsoft.AspNet.Http from the Mvc.Core
code. Added the reference back to tests where needed (DefaultHttpContext).
2015-08-24 11:09:30 -07:00
..
BindAttributeController.cs
BindingBehaviorController.cs
CompositeTestController.cs
DataMemberRequiredController.cs
FileUploadController.cs
FormCollectionController.cs Fix #2527 - Remove FormCollection use 2015-08-24 11:09:30 -07:00
FromAttributesController.cs
FromBodyControllerPropertyController.cs
FromFormAttribute_CompanyController.cs
FromHeader_BlogController.cs
FromQueryAttribute_CompanyController.cs
FromRouteAttribute_CompanyController.cs
FromServices_CalculatorController.cs
HomeController.cs
ModelBinderAttribute_CompanyController.cs
ModelBinderAttribute_ProductController.cs Make IValueProvider sync, IValueProviderFactory async 2015-08-21 14:58:55 -07:00
ModelMetadataController.cs
MultiplePropertiesFromBodyController.cs
Person_CollectionBinderController.cs
PropertiesGetCreatedController.cs Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
RoundtripController.cs
TryUpdateModelController.cs Make IValueProvider sync, IValueProviderFactory async 2015-08-21 14:58:55 -07:00
ValidationController.cs Add `ModelBindingResult.IsFatalError` and make body binding more consistent 2015-06-18 16:19:01 -07:00
VehicleController.cs React to move of StatusCodes 2015-07-08 12:43:33 -07:00
WithBinderMetadataController.cs
WithoutBinderMetadataController.cs