aspnetcore/test/WebSites/ModelBindingWebSite/Controllers
Ryan Nowak 51e7812e7e Fix for #1722 - FromHeader does not respect default value
This change adds support for our three-valued logic to the default value
handling part of the MutableObjectModelBinder.

The issue is that we want to look up a default value when a 'greedy' model
binder returns true but doesn't find a value.

We also don't want to call the property setter unless there is:
1). A value from model binding OR
2). A default value
2015-01-16 17:59:00 -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 Fix for #1722 - FromHeader does not respect default value 2015-01-16 17:59:00 -08:00
FromServices_CalculatorController.cs
HomeController.cs
ModelBinderAttribute_CompanyController.cs
ModelBinderAttribute_ProductController.cs
PropertiesGetCreatedController.cs
RoundtripController.cs
TryUpdateModelController.cs
VehicleController.cs
WithBinderMetadataController.cs
WithoutBinderMetadataController.cs