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
6dfcfaa7eb
React to options changes
2014-10-08 12:56:53 -07:00
sornaks
0b1ad4ce35
Removing XmlSerializerInputFormatter from the list of Formatters.
...
Introducing a functional test for XmlSerializerInputFormatter.
2014-09-22 11:07:05 -07:00
harshgMSFT
7a3dc352c9
1. Moving the HttpNotAcceptableOutputFormatter to product code.
...
2. Renaming the NoContentFormatter to HttpNoContentOutputFormatter.
3. Updating the test to use mock.
2014-09-12 14:14:44 -07:00
Pranav K
d604c18368
Moving IModelValidatorProvider to Options
...
Fixes #879
2014-08-26 11:53:32 -07:00
harshgMSFT
d97a427b3d
Adding Input Formatters to MVC Options and using HeaderValueAbstractions
2014-08-18 10:25:19 -07:00
sornaks
2920c55116
Changes to enable XML Output Formatters.
...
- Unit / Functional tests for the same.
2014-08-15 15:05:00 -07:00
harshgMSFT
3f952c153f
Fixing build break due to tests
2014-08-15 10:28:11 -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
harshgMSFT
19f3f78b3e
Adding TextPlainFormatter to always handle returning strings as text\plain format.
...
Conflicts:
src/Microsoft.AspNet.Mvc.Common/Encodings.cs
src/Microsoft.AspNet.Mvc.Core/Formatters/JsonOutputFormatter.cs
src/Microsoft.AspNet.Mvc/MvcOptionsSetup.cs
test/Microsoft.AspNet.Mvc.Core.Test/ActionResults/ObjectContentResultTests.cs
test/Microsoft.AspNet.Mvc.Test/MvcOptionSetupTest.cs
2014-08-01 13:47:23 -07:00
Pranav K
da0bf6f7d8
Commonizing code in option provider
...
* Adding ValueProviderFactoryProvider and CompositeValueProviderFactory to
maintain parity in pattern with other option types.
Fixes #818
2014-07-25 06:52:00 -07:00
harshgMSFT
a2561281b7
Adding MvcOptions.OutputFormatters property.
2014-07-23 17:46:17 -07:00
Pranav K
c1112fcaf1
Move ValueProviders to MvcOptions
...
Fixes #778
2014-07-17 21:02:47 -07:00
Pranav K
23eefed31a
Move setting up options to MvcOptionsSetup
...
Fixes #760
2014-07-09 09:45:17 -07:00