aspnetcore/src/Microsoft.AspNet.Mvc.Core/Rendering/Html
Doug Bunting 339c63d143 Add `IHtmlGenerator` and its default implementation
- part of #1243 (kind-of)
- mostly copied from `HtmlHelper` but refactored to
 - consistently take a `ViewContext` parameter and return a `TagBuilder`
 - provide `GenerateActionLink()` and `GenerateRouteLink()`
 - provide a separate `GenerateHiddenForCheckBox()`, allowing
   `GenerateCheckBox()` to return a `TagBuilder`
 - `GenerateForm()`'s `method` parameter is a `string`, not `FormMethod`

nits: format document, consistent line wrapping, variable name changes, ...
2014-10-16 21:08:59 -07:00
..
DefaultDisplayTemplates.cs
DefaultEditorTemplates.cs
DefaultHtmlGenerator.cs Add `IHtmlGenerator` and its default implementation 2014-10-16 21:08:59 -07:00
HtmlHelper.cs Add `IHtmlGenerator` and its default implementation 2014-10-16 21:08:59 -07:00
HtmlHelperOfT.cs
IHtmlGenerator.cs Add `IHtmlGenerator` and its default implementation 2014-10-16 21:08:59 -07:00
InputType.cs
TagBuilder.cs
TagRenderMode.cs
TemplateBuilder.cs
TemplateRenderer.cs
ValidationHelpers.cs