aspnetcore/test/WebSites/HtmlGenerationWebSite
N. Taylor Mullen 911dfc57b0 Transition `SelectTagHelper` and `OptionTagHelper` to use `context.Items`.
- Added functional tests to validate data created from a `SelectTagHelper` does not impact following `<select>` tags.
- Also moved the new `SelectTagHelper` communication flow into `TagHelper.Init`.

#3347
2015-10-22 17:17:01 -07:00
..
Areas/Customer/Controllers
…
Components Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
Controllers
…
Models
…
Views Transition `SelectTagHelper` and `OptionTagHelper` to use `context.Items`. 2015-10-22 17:17:01 -07:00
wwwroot
…
HtmlGenerationWebSite.xproj
…
ProductsService.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
Startup.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
appRoot.css
…
appRoot.js
…
project.json
…
readme.md
…

readme.md

HtmlGenerationWebSite

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