aspnetcore/test/WebSites/BasicWebSite
Ryan Nowak fec1268bf3 Remove ModelBinding features from ResourceFilters
Removes all of the ModelBinding configuration support from Resource
Filters. We haven't come up with concrete scenarios around these features,
and don't want to paint ourselves into a corner with extensibility.
2016-03-16 16:33:14 -07:00
..
Areas Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Components * Remove JsonViewComponentResult 2016-03-11 11:40:54 -08:00
Controllers Remove ModelBinding features from ResourceFilters 2016-03-16 16:33:14 -07:00
Conventions Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Formatters [Fixes #4051] Split OutputFormatter into OutputFormatter and TextOutputFormatter 2016-02-12 12:04:18 -08:00
Models Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Views * Remove JsonViewComponentResult 2016-03-11 11:40:54 -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 Remove project name from output path 2016-03-02 14:39:12 -08:00
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 React to changes in caching 2016-03-07 19:06:51 -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
package.json Revert "Try out a Karma test or two" 2016-01-25 15:35:54 -08:00
project.json Transition to Netstandard. 2016-03-01 13:39:31 -08:00
readme.md Fixing Readme 2015-02-19 10:20:16 -08:00

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.