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
Harsh Gupta
e319fef5cb
Adding CancellationTokenModelBinder.
2014-10-10 12:16:49 -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
Pranav K
b8692c2c21
Updating FunctionalTests to use HttpClient abstractions
2014-09-01 11:16:54 -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