* Formatting Response Data
* Formatting Response Data
* Adding sample project
* format-specific action results done with code and screenshots
* small progress
* Cleaned up document after rebase on RC2 master.
* Updated sample to RC2
* Adding search method which uses Ok and NotFound
* Working on Conneg section
* Working on response format url mappings.
* Ready for review
* Responding to feedback
* Responding to feedback
* Fixing typo
* Fixing link
* Fixing (another) link
Get validation sample working
- add files needed to complete the sample
- implement rc2 (and later) `IClientModelValidator` interface
- remove validation TODOs; implement them for real
- remove unused `Movie` properties
- remove and sort `using`s
- adjust `validation.rst` to match new sample
- correct a couple of small typos
- use sample files instead of code blocks where possible
- addresses the remaining bits of #1154
moved from error handling doc to model validation (#1413)
Add an optional extended description…
Remove imports statements from project.json (#1428)
* remove imports from code
* change imports in project.json
Changed error handling doc to UseKestrelHttps to KestrelServerOptions.UseHttps
- Removed unnecessary and inconsistent parentheses
- Made the `Price` property a `decimal` instead of `float` (come on, `decimal` is used for monetary values for a good reason)
fix link
minor fixes
fix link
code formatting
consolidate sample files
formatting fix
modifications after feedback
changes after feedback
changes after feedback
edits
edits
edits
edits
changes