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
Book.cs
Company.cs
Country.cs
Customer.cs
Department.cs
Document.cs
Drawing.cs
Employee.cs
EmployeeWithBinderMetadata.cs
FileDetails.cs
LargeModelWithValidation.cs
Line.cs
MixedUser_FromBody.cs
MixedUser_FromForm.cs
ModelWithValidation.cs
PeopleModel.cs
Person.cs
PersonAddress.cs
Point.cs
Rectangle.cs
Resident.cs
StreetAddress.cs
User.cs
UserPreference.cs
UserWithAddress.cs