aspnetcore/test/WebSites/BasicWebSite
jacalvar 7cbb263edb [Fixes #3874] Null passed as arguments to controller method parameters when no InputFormatter matches
* Add an UnsupportedContentType to the ModelState dictionary when no formatter can read the body.
* Add a filter to the pipeline that searches for that specific exception and transforms the response into 415.
2016-01-28 15:46:17 -08:00
..
Areas Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Components Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Controllers [Fixes #3874] Null passed as arguments to controller method parameters when no InputFormatter matches 2016-01-28 15:46:17 -08:00
Conventions Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Formatters Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Models Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Views [Fixes #3868] Exclude Antiforgery token in form with method Get 2016-01-21 11:29:41 -08:00
wwwroot MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
ActionDescriptorCreationCounter.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
BasicWebSite.xproj
RequestIdMiddleware.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RequestIdService.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RequestIdViewComponent.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RequestScopedActionConstraint.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RequestScopedFilter.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RequestScopedTagHelper.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Startup.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
bower.json [Fixes #3624] MVC functional test cleanup (part 2) 2015-12-10 16:26:39 -08:00
gruntfile.js [Fixes #3624] MVC functional test cleanup (part 2) 2015-12-10 16:26:39 -08:00
hosting.json Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
package.json Revert "Try out a Karma test or two" 2016-01-25 15:35:54 -08:00
project.json Update ASP.NET 5 versions for ASP.NET Core. 2016-01-22 12:40:26 -08:00
readme.md

readme.md

BasicWebSite

This web site illustrates many commonly used features including but not limited to link generation, action results and content negotiation, RouteData amongst others.