aspnetcore/test/WebSites/BasicWebSite
Derek Gray 5a3875ea72 Alter content negotiation algorithm so that it can be configured (via
MvcOptions) to always respect an explicit Accept header. Fixes #4612.
2016-06-07 16:12:36 -05:00
..
Areas [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
Components
Controllers Alter content negotiation algorithm so that it can be configured (via 2016-06-07 16:12:36 -05:00
Conventions
Formatters
Models Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
Views [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
wwwroot/lib/jquery-validation-unobtrusive Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
ActionDescriptorCreationCounter.cs
BasicWebSite.xproj
RequestIdMiddleware.cs
RequestIdService.cs
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs
RequestScopedFilter.cs
RequestScopedTagHelper.cs
Startup.cs
_bower.json Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
_bower.readme Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
_gruntfile.js Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
_package.json Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
project.json Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
readme.md
web.config

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.