Ryan Nowak
61f218c8e4
Renaming IBinderMarker and friends to some more descriptive names.
2014-10-17 20:32:03 -07:00
Harsh Gupta
75405e3b76
Adding support for bind attribute.
2014-10-17 16:24:28 -07:00
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
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
Hao Kung
448ac5a0dc
React to options and hosting changes
2014-10-14 19:20:28 -07:00
Harsh Gupta
e319fef5cb
Adding CancellationTokenModelBinder.
2014-10-10 12:16:49 -07:00
Hao Kung
b6bd7f5d78
React to UsePerRequestServices
2014-10-09 14:17:04 -07:00
Hao Kung
6dfcfaa7eb
React to options changes
2014-10-08 12:56:53 -07:00
David Fowler
5890b5b254
Fixed up references
2014-10-05 13:24:00 -07:00
David Fowler
71964a813c
Renamed configurations to frameworks in project.json
2014-09-24 01:28:18 -07:00
Pranav K
646c0d704d
Limit the maximum number of Model errors to a reasonable value.
...
Fixes #490
2014-09-16 09:57:00 -07:00
Chris Ross
85ad1aeb96
Handle IBuilder rename to IApplicationBuilder.
2014-09-10 14:12:08 -07:00
David Fowler
34add2249e
Updated to use the new target framework in project.json
2014-09-04 02:02:40 -07:00
David Fowler
2e6e5307f6
Updated to use the new target framework in project.json
2014-08-28 22:14:10 -07:00
David Fowler
fa6b3acc4a
Removed source files from the project
2014-08-15 09:14:49 -07:00
Ryan Nowak
8bfb6eb8d5
implement a decision-tree-based action selector
2014-08-14 15:45:45 -07:00
sornaks
9c4d7806a7
Introducing ByteArrayModelBinder.
...
-Checks for ModelType before processing.
-Ignores quotes in ByteArrayModelBinder.
-Unit,functional Tests.
-ModelStateError is set when Covert.FromBase64String(value) throws.
2014-08-13 15:15:52 -07:00