aspnetcore/test/WebSites/ModelBindingWebSite/Controllers
Ajay Bhargav Baaskaran 437eb93bde File upload model binder
- Support for binding posted file to type IFormFile
- Support for multipart/form-data in FormValueProviderFactory
- Updated Mvc Sample
- Added relevant unit and functional tests
2015-01-15 13:41:14 -08:00
..
BindAttributeController.cs
CompositeTestController.cs
FileUploadController.cs File upload model binder 2015-01-15 13:41:14 -08:00
FromAttributesController.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
FromHeader_BlogController.cs
FromServices_CalculatorController.cs
HomeController.cs
ModelBinderAttribute_CompanyController.cs
ModelBinderAttribute_ProductController.cs
PropertiesGetCreatedController.cs
RoundtripController.cs
TryUpdateModelController.cs
VehicleController.cs Adding additional functional tests for ModelBinding 2014-12-16 12:25:37 -08:00
WithBinderMetadataController.cs
WithoutBinderMetadataController.cs