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. |
||
|---|---|---|
| .. | ||
| 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.