aspnetcore/test/WebSites/HtmlGenerationWebSite
N. Taylor Mullen ef0333ac6a Add Antiforgery to the FormTagHelper pre-check for processing.
- Added a test case to the HtmlGeneration functional test (the one verifying complex FormTagHelpers).
- Added unit test verifying antiforgery behavior when it's the only provided parameter.

#6006
2017-04-24 21:46:54 -07:00
..
Areas/Customer/Controllers
Components
Controllers Add functional test covering an `IList<T>` property 2017-03-29 12:32:06 -07:00
Models Add functional test covering an `IList<T>` property 2017-03-29 12:32:06 -07:00
Views Add Antiforgery to the FormTagHelper pre-check for processing. 2017-04-24 21:46:54 -07:00
wwwroot Add web.config to test sites 2016-04-13 16:12:56 -07:00
HtmlGenerationWebSite.csproj Remove net451 as a cross-compile target 2017-03-22 06:32:50 -07:00
ISignalTokenProviderService.cs
ProductsService.cs
SignalTokenProviderService.cs
Startup.cs Remove extra lines in 1840d68 2017-01-26 08:20:52 -08:00
appRoot.css
appRoot.js
readme.md

readme.md

HtmlGenerationWebSite

This web site illustrates how to use MVC HTML and tag helpers.