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
Components
Controllers
Models
Views Remove more `TestHelper` functional tests 2015-10-28 16:40:13 -07:00
wwwroot
HtmlGenerationWebSite.xproj
ProductsService.cs
Startup.cs Remove more `TestHelper` functional tests 2015-10-28 16:40:13 -07:00
appRoot.css
appRoot.js
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.