aspnetcore/test/WebSites/XmlFormattersWebSite
Kiran Challa db38da7edb Fix Xml formatters to taking in MvcOptions to take affect of options mutation
Related to issue [Fixes #6858] Changes to MvcOption's settings (SuppressInputFormatterBuffering & AllowBindingUndefinedValueToEnumType) are not taking affect
2017-12-06 11:44:35 -08:00
..
Controllers Updated formatters to wrap exceptions in InputFormatException for invalid input 2017-09-22 14:33:17 -07:00
Models
PersonWrapper.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
PersonWrapperProvider.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
PersonWrapperProviderFactory.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Startup.cs Fix Xml formatters to taking in MvcOptions to take affect of options mutation 2017-12-06 11:44:35 -08:00
XmlFormattersWebSite.csproj Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
readme.md

readme.md

XmlFormattersWebSite

This web site illustrates how to configure and use XmlSerializerInputFormatter.