aspnetcore/test/WebSites/BasicWebSite
Kiran Challa 93be3dee6e Fix FormTagHelper to set flag indicating generation of AntiforgeryToken
[Fixes #4595] Better error message with extraneous @Html.AntiforgeryToken
2016-05-20 04:29:01 -07:00
..
Areas Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
Components * Remove JsonViewComponentResult 2016-03-11 11:40:54 -08:00
Controllers Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -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 Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
Views Fix FormTagHelper to set flag indicating generation of AntiforgeryToken 2016-05-20 04:29:01 -07:00
wwwroot/lib/jquery-validation-unobtrusive Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07: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 Remove references to UseDefaultHostConfiguration 2016-04-27 18:38:34 -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 Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
readme.md
web.config Add publish-iis and fix web.config 2016-04-22 14:07:38 -07: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.