Also ensures that when a type is marked as skipped, any sub property which is model bound (and hence a modelstate un validated entry), is marked as skipped (otherwise it would cause the ModelState to be invalid). Also fixing a bug in model state dictionary FindKeyWithPrefix was not considering [0] & [0][0] as a valid prefix. |
||
|---|---|---|
| .. | ||
| 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.