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
Models
PersonWrapper.cs
PersonWrapperProvider.cs
PersonWrapperProviderFactory.cs
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.