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 Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
Components Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
Controllers Renamed Controller.Context to Controller.HttpContext 2015-09-25 11:01:30 -07:00
Models Fix: Metadata ignored for non model-specific EditorTemplate 2015-07-16 15:48:01 -07:00
Views Transition `SelectTagHelper` and `OptionTagHelper` to use `context.Items`. 2015-10-22 17:17:01 -07:00
wwwroot Get four failing tests working on Linux 2015-09-04 14:41:35 -07:00
HtmlGenerationWebSite.xproj Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
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 Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
appRoot.js Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
project.json React to Kestrel rename 2015-08-11 16:30:03 -07:00
readme.md Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00

readme.md

HtmlGenerationWebSite

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