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 |
Chris Ross
|
1d3e6b0dd0
|
Fix breaks from GetFormAsync, IReadableStringCollection.Keys.
|
2014-06-26 10:56:56 -07:00 |
Pranav K
|
d8ba998dec
|
Change IValueProviderFactory.GetValueProvider to be synchronous.
|
2014-05-27 14:08:13 -07:00 |
Andrew Peters
|
f13865dedc
|
Updating copyright headers
|
2014-05-08 23:01:20 -07:00 |
Ryan Nowak
|
abbaa11212
|
Incorporate name changes: HttpAbstractions
|
2014-05-05 17:14:08 -07:00 |
anpete
|
8208cd6b2f
|
Update file headers
|
2014-05-01 17:42:33 -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
|
d920003194
|
Introduce FormValueProviderFactory to expose form data as a value provider
|
2014-02-28 11:05:39 -08:00 |