aspnetcore/test/WebSites/HtmlGenerationWebSite
Doug Bunting c8c0c5303e Remove more `TestHelper` functional tests
- remove tests already thoroughly covered in unit tests
  - #3139 part 2 of 3
- make checks of `<form>` tag helper more consistent with others
  - use a tag helper initializer but testing every variant; covered in unit tests
- remove `MvcStartupTest` and associated web site
  - scenario covered elsewhere
- remove `PrecompilationTest.PrecompiledView_RendersCorrectly()`
  - scenario covered elsewhere and shouldn't do I/O on checked-in files
2015-10-28 16:40:13 -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 Remove more `TestHelper` functional tests 2015-10-28 16:40:13 -07:00
wwwroot Get four failing tests working on Linux 2015-09-04 14:41:35 -07:00
HtmlGenerationWebSite.xproj
ProductsService.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
Startup.cs Remove more `TestHelper` functional tests 2015-10-28 16:40:13 -07:00
appRoot.css
appRoot.js Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
project.json Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
readme.md

readme.md

HtmlGenerationWebSite

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