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 Adding Support for TryUpdateModel using include expressions and predicate. 2014-12-05 17:28:43 -08:00
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 Adding FromServicesAttribute. 2014-11-26 15:35:08 -08:00
HomeController.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
ModelBinderAttribute_CompanyController.cs Adding support for ModelMetadataAttribute in core. 2014-12-05 12:00:19 -08:00
ModelBinderAttribute_ProductController.cs Fix build break 2014-12-05 12:24:19 -08:00
PropertiesGetCreatedController.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
RoundtripController.cs Adding functional tests to verify round tripping of names generated by 2014-10-23 10:12:02 -07:00
TryUpdateModelController.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-11-26 17:44:50 -08:00
VehicleController.cs Adding additional functional tests for ModelBinding 2014-12-16 12:25:37 -08:00
WithBinderMetadataController.cs matched classnames with filenames 2014-11-25 11:21:17 -08:00
WithoutBinderMetadataController.cs matched classnames with filenames 2014-11-25 11:21:17 -08:00