aspnetcore/test/WebSites/FormatterWebSite
Kiran Challa d77655fb73 MVC Controller Response - Wrong ContentType #3245 2015-12-21 11:25:45 -08:00
..
Controllers MVC Controller Response - Wrong ContentType #3245 2015-12-21 11:25:45 -08:00
Filters Move ActionResult classes back to main namespace 2015-09-16 21:42:31 -07:00
Models Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
wwwroot
FormatterWebSite.xproj
Startup.cs Update half of the test websites to use new Hosting API conventions. 2015-12-18 15:35:13 -08:00
StringInputFormatter.cs Add `InputFormatterResult` and `InputFormatterContext.ModelName` 2015-09-19 21:36:38 -07:00
ValidateBodyParameterAttribute.cs Move ActionResult classes back to main namespace 2015-09-16 21:42:31 -07:00
hosting.json Update half of the test websites to use new Hosting API conventions. 2015-12-18 15:35:13 -08:00
project.json Update half of the test websites to use new Hosting API conventions. 2015-12-18 15:35:13 -08:00
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.