aspnetcore/src/Microsoft.AspNet.Mvc.Xml
Ryan Nowak 39fe063aee Fix #2330 - Reimagine *FormatterContext
This change simplifies InputFormatterContext/OutputFormatterContext by
swapping ActionContext for HttpContext.

This change is important especially for InputFormatterContext as it
decouples ModelState from ActionContext - allowing us to fix a
related bug where the _wrong_ ModelState can be passed in for a
TryUpdateModel operation.
2015-05-12 11:05:56 -07:00
..
Properties
DelegatingEnumerable.cs
DelegatingEnumerator.cs
EnumerableWrapperProvider.cs Removing superfluous types and methods from Common. 2015-05-09 08:04:28 -07:00
EnumerableWrapperProviderFactory.cs Removing superfluous types and methods from Common. 2015-05-09 08:04:28 -07:00
FormattingUtilities.cs
IUnwrappable.cs
IWrapperProvider.cs
IWrapperProviderFactory.cs
Microsoft.AspNet.Mvc.Xml.xproj
MvcOptionsExtensions.cs
RequiredValidationHelper.cs Removing superfluous types and methods from Common. 2015-05-09 08:04:28 -07:00
Resources.resx
SerializableErrorWrapper.cs
SerializableErrorWrapperProvider.cs
SerializableErrorWrapperProviderFactory.cs
WrapperProviderContext.cs
WrapperProviderFactoriesExtensions.cs
XmlDataContractSerializerInputFormatter.cs Fix #2330 - Reimagine *FormatterContext 2015-05-12 11:05:56 -07:00
XmlDataContractSerializerOutputFormatter.cs Fix #2330 - Reimagine *FormatterContext 2015-05-12 11:05:56 -07:00
XmlSerializerInputFormatter.cs Fix #2330 - Reimagine *FormatterContext 2015-05-12 11:05:56 -07:00
XmlSerializerOutputFormatter.cs Fix #2330 - Reimagine *FormatterContext 2015-05-12 11:05:56 -07:00
project.json