aspnetcore/test/Microsoft.AspNet.Mvc.ModelB...
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
..
Binders Fix for #1722 - FromHeader does not respect default value 2015-01-16 17:59:00 -08:00
Internal
Metadata Added ModelMetadataType Attribute and logic to get attributes from ModelMetadata class 2015-01-15 13:19:10 -08:00
Properties
Utils
Validation Fixing build break 2015-01-15 14:20:00 -08:00
ValueProviders Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
BindAttributeTest.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test.kproj Add schema version to kproj files 2014-11-25 10:57:58 -08:00
ModelBindingContextTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
Resources.resx
SimpleTypeExcludeFilterTest.cs [Partial fix for #1372]Added SimpleTypesExcludeFilter to exlcude validation on simple types and also added tests to cover scenarios. 2014-12-03 14:09:51 -08:00
project.json Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00