aspnetcore/test/WebSites/ContentNegotiationWebSite
Doug Bunting fc1017fba8 Quick fixes: Clean up test code
- remove useless `configuration` variables and `Configuration` instances
- remove "Review" code comment
 - unintentionally included in commit 4b5dd19
- reduce repeated code in `TestHelper` for functional tests
 - `CreateServer()` methods had duplicate code, an ambiguous match, and an odd order
- rename `GetTestConfiguration()` to `UseCultureReplacer()` in functional tests
2015-03-24 13:42:27 -07:00
..
Controllers [Fixes #2108] StringOutputFormatter fails when HttpNotAcceptableOutputFormatter is used 2015-03-17 11:04:46 -07:00
Models
wwwroot
ContentNegotiationWebSite.xproj
CustomFormatter.cs
PlainTextFormatter.cs
Startup.cs Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
VCardFormatter_V3.cs
VCardFormatter_V4.cs
project.json
readme.md

readme.md

ContentNegotiationWebSite

This web site illustrates in depth how MVC performs output content negotiation based on the input headers and content. It also demonstrates various options available to participate in content negotiation process.