aspnetcore/test/WebSites/FormatterWebSite
Pranav K b6144142fe Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
..
Controllers Better JSON deserialization errors. Implements #4607, #4862 2017-11-06 23:02:13 +00:00
Filters
Models
FormatterWebSite.csproj Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Program.cs
Startup.cs [Fixes #6468] Clean up the productionized testing infrastructure 2017-07-03 10:15:06 -07:00
StartupWithRespectBrowserAcceptHeader.cs [Fixes #6468] Clean up the productionized testing infrastructure 2017-07-03 10:15:06 -07:00
StringInputFormatter.cs
ValidateBodyParameterAttribute.cs
readme.md

readme.md

FormatterWebSite

This web site illustrates how to input formatters operate on the request body. It also demonstrates how custom options can be set for model validation.