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 Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
BindingBehaviorController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CompositeTestController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DataMemberRequiredController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FileUploadController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FormCollectionController.cs Fix #2527 - Remove FormCollection use 2015-08-24 11:09:30 -07:00
FromAttributesController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FromBodyControllerPropertyController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FromFormAttribute_CompanyController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FromHeader_BlogController.cs Fix for #2414 - Remove [DefaultValue] support from ModelBinding 2015-05-13 20:03:23 -07:00
FromQueryAttribute_CompanyController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FromRouteAttribute_CompanyController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FromServices_CalculatorController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HomeController.cs `ByteArrayModelBinder` should return `null` only when type is not matched 2015-06-01 12:20:17 -07:00
ModelBinderAttribute_CompanyController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelBinderAttribute_ProductController.cs Make IValueProvider sync, IValueProviderFactory async 2015-08-21 14:58:55 -07:00
ModelMetadataController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MultiplePropertiesFromBodyController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Person_CollectionBinderController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
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 Fix #448: Support app-wide defaults for HTML helpers 2015-05-12 14:10:59 -07:00
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 Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
WithoutBinderMetadataController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00