aspnetcore/test/WebSites/FormatterWebSite
Pranav K 43e24b2aad Removing IInputFormatterSelector
Follow up work item to #2269
2015-04-08 07:35:48 -07:00
..
Controllers Removing IInputFormatterSelector 2015-04-08 07:35:48 -07:00
Filters
Models
wwwroot
FormatterWebSite.xproj Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
Startup.cs Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
StringInputFormatter.cs
ValidateBodyParameterAttribute.cs Adding support for model binding specifically marked controller properties. 2015-03-20 17:37:09 -07:00
project.json
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.