aspnetcore/test/WebSites/FormatterWebSite
Steve Sanderson 236ef5d1d1 Support validation and BindBehavior on top-level action parameters and bound properties. Fixes #6790 2017-09-22 10:13:48 +01: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
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.