aspnetcore/test/WebSites/ModelBindingWebSite/Models
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
..
Address.cs
Book.cs File upload model binder 2015-01-15 13:41:14 -08:00
Company.cs
Country.cs
Customer.cs
Department.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
Document.cs
Employee.cs
EmployeeWithBinderMetadata.cs
FileDetails.cs File upload model binder 2015-01-15 13:41:14 -08:00
LargeModelWithValidation.cs
MixedUser_FromBody.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
MixedUser_FromForm.cs
ModelWithValidation.cs
Person.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
User.cs