aspnetcore/test/WebSites/ModelBindingWebSite/Models
Doug Bunting 533474d07c Bind POCO model correctly; fallback to empty prefix despite exact name match
- #1865
- change `MutableObjectModelBinder` to ignore exact match in value providers
 - had an incorrect assumption: don't want exact model name to match since
   this binder supports only complex objects
 - also ignored `BinderModelName`, value provider filtering, et cetera
- reduces over-binding e.g. `[Required]` validation within missing properties

also add more tests of #2129 scenarios
2015-03-20 13:18:42 -07:00
..
Address.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
Book.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
Company.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
Country.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
Customer.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
Department.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
Document.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
Drawing.cs
Employee.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
EmployeeWithBinderMetadata.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
FileDetails.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
LargeModelWithValidation.cs Bind POCO model correctly; fallback to empty prefix despite exact name match 2015-03-20 13:18:42 -07:00
Line.cs
MixedUser_FromBody.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
MixedUser_FromForm.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
ModelWithValidation.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
PeopleModel.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
Person.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
PersonAddress.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
Point.cs
Rectangle.cs
Resident.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
StreetAddress.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
User.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
UserPreference.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
UserWithAddress.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00