aspnetcore/test/WebSites/FormatterWebSite
Nate McMaster 2e4bc548f5
Pin tool and package versions to make builds more repeatable (#7013)
2017-10-31 19:18:14 -07:00
..
Controllers Support validation and BindBehavior on top-level action parameters and bound properties. Fixes #6790 2017-09-22 10:13:48 +01:00
Filters
Models
FormatterWebSite.csproj Pin tool and package versions to make builds more repeatable (#7013) 2017-10-31 19:18:14 -07:00
Program.cs
Startup.cs
StartupWithRespectBrowserAcceptHeader.cs
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.