aspnetcore/test/WebSites/HtmlGenerationWebSite
Doug Bunting f05f6d5bd2 Quick fix: Simplify `OrderUsingHtmlHelpers.cshtml` layout
- intent was to make HTML helper output close to the tag helper output but source got over-complicated
- the output files for `Order.cshtml` and `OrderUsingHtmlHelpers.cshtml` now differ only in attribute order
 - i.e. HTML helpers output attribute alphabetically while tag helpers output them in order added
2016-05-02 12:55:11 -07:00
..
Areas/Customer/Controllers
Components
Controllers
Models
Views Quick fix: Simplify `OrderUsingHtmlHelpers.cshtml` layout 2016-05-02 12:55:11 -07:00
wwwroot
HtmlGenerationWebSite.xproj
ISignalTokenProviderService.cs
ProductsService.cs
SignalTokenProviderService.cs
Startup.cs Remove references to UseDefaultHostConfiguration 2016-04-27 18:38:34 -07:00
appRoot.css
appRoot.js
project.json React to changes in razor tooling 2016-04-30 15:37:37 -07:00
readme.md
web.config Add publish-iis and fix web.config 2016-04-22 14:07:38 -07:00

readme.md

HtmlGenerationWebSite

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