jacalvar
|
98d749d03c
|
[Fixes #1389] Can't bind complex type data from route parameters.
Changed DictionaryBasedValueProvider to do a prefix check instead of just checking if the underlying
dictionary contains the key.
|
2014-10-17 15:32:21 -07:00 |
Harsh Gupta
|
3eaa9d0b6d
|
Fixing a typo in the MarkerAwareValueProvider name. Also removing additional registration of IValueProviderFactoryProvider from
services.
|
2014-10-16 12:04:22 -07:00 |
Harsh Gupta
|
8f933b2ac3
|
[Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute],
also updates FromBody to use the new pattern for model binding.
|
2014-10-16 10:20:15 -07:00 |
Andrew Peters
|
f13865dedc
|
Updating copyright headers
|
2014-05-08 23:01:20 -07:00 |
anpete
|
8208cd6b2f
|
Update file headers
|
2014-05-01 17:42:33 -07:00 |
Pranav K
|
d61915149c
|
DictionaryBasedValueProvider results null when value is not found
* Guard against Dictionary returning null values
|
2014-04-24 18:10:06 -07:00 |
Pranav K
|
b0c7dc9220
|
Make IModelBinder and IValueProvider methods async
|
2014-04-24 15:16:27 -07:00 |
Pranav K
|
a2cea18529
|
Replacing argument not null checks in ModelBinding with NotNullAttribute
* Removing not null guard tests in ModelBinding
|
2014-03-25 12:35:33 -07:00 |
Pranav K
|
b6c78de4ea
|
Reintroduce model binding
|
2014-02-23 15:23:58 -08:00 |