aspnetcore/test/WebSites/FormatterWebSite
Harsh Gupta e0f7c1b810 Fixing Readme 2015-02-19 10:20:16 -08:00
..
Controllers added InputFormatter base type 2015-02-11 16:48:56 -08:00
Filters Replaced status code number with constants 2015-02-05 16:43:59 -08:00
Models [Fixes #1121,#1508] Wrap objects for serialization/deserialization and DelegatingEnumerable<> support for IEnumerable<T> and IQueryable<T> 2015-01-30 18:10:01 -08:00
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
FormatterWebSite.kproj
Startup.cs added InputFormatter base type 2015-02-11 16:48:56 -08:00
StringInputFormatter.cs added InputFormatter base type 2015-02-11 16:48:56 -08:00
ValidateBodyParameterAttribute.cs Make BindingSource extensible 2015-02-05 13:41:31 -08:00
project.json
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.