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 Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Models Added functional tests for JsonPatch 2017-04-23 09:09:08 -07:00
FormatterWebSite.csproj Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Program.cs [Fixes #4945] Simple string returned by controller action is not a valid JSON! 2017-01-25 13:29:18 -08:00
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 [Fixes 3961] Consider InputFormatter behavior when we can't read the charset 2016-02-05 10:42:36 -08:00
ValidateBodyParameterAttribute.cs [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
readme.md Fixing Readme 2015-02-19 10:20:16 -08:00

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.