aspnetcore/test/WebSites/FormatterWebSite
Ryan Nowak 8682fe0cfd Replace ActionBindingContext with ControllerContext
This change introduces ControllerContext for inside of Controllers, and
controller-specific extensibility points. ControllerContext carries with
it the model binding infrastructure needed to do all of the things that
controllers need to do.
2015-11-20 15:32:37 -08:00
..
Controllers
…
Filters
…
Models
…
wwwroot
…
FormatterWebSite.xproj
…
Startup.cs
…
StringInputFormatter.cs
…
ValidateBodyParameterAttribute.cs
…
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.