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
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
Formatters
Models
Views * Remove JsonViewComponentResult 2016-03-11 11:40:54 -08:00
wwwroot
ActionDescriptorCreationCounter.cs
BasicWebSite.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
RequestIdMiddleware.cs
RequestIdService.cs
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs
RequestScopedFilter.cs
RequestScopedTagHelper.cs
Startup.cs React to changes in caching 2016-03-07 19:06:51 -08:00
bower.json
gruntfile.js
package.json
project.json
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.