aspnetcore/test/WebSites/BasicWebSite
Doug Bunting 63507c8da9 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- update AppVeyor config so this framework version is available
- build tests for desktop .NET only on Windows
2017-02-21 07:15:36 -08:00
..
Areas [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
Components
Controllers SaveTempDataFilter handle write to body 2017-01-27 10:54:00 -08:00
Conventions
Formatters
Models Serialize JSON using camel case by default 2016-06-09 11:58:23 -07:00
Views Use new Razor in MVC 2017-01-30 10:55:49 -08:00
wwwroot/lib/jquery-validation-unobtrusive Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
ActionDescriptorCreationCounter.cs
BasicWebSite.xproj One build to rule them all 2016-07-06 16:21:18 -07:00
Program.cs [Fixes #5212] Added a cookie based ITempDataProvider 2016-10-03 14:04:57 -07:00
RequestIdMiddleware.cs
RequestIdService.cs
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs
RequestScopedFilter.cs
RequestScopedTagHelper.cs
Startup.cs [Fixes #5212] Added a cookie based ITempDataProvider 2016-10-03 14:04:57 -07:00
StartupWithCookieTempDataProvider.cs Add builder extensions to simplify use of `CookieTempDataProvider` 2016-11-08 15:32:09 -08:00
StoreIntoTempDataActionResult.cs [Fixes #5212] Added a cookie based ITempDataProvider 2016-10-03 14:04:57 -07:00
_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 Bump test projects up to .NET 4.5.2 2017-02-21 07:15:36 -08: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.