aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Rendering
Doug Bunting 3b7b0f867d Update `HtmlHelper` to use `IHtmlGenerator`
- make a few more methods available as `internal static` in `DefaultHtmlGenerator`
 - remove `IHtmlGenerator.GenerateOption()`; now `internal static`

nits:
- add `IHtmlGenerator.IdAttributeDotReplacement`
- move `DefaultHtmlGenerator.IdAttributeDotReplacement` after constructor
- move `HtmlHelper.ActionLink()` below static methods
- move newly-`internal` methods together in `DefaultHtmlGenerator`
- correct placement of `DefaultHtmlGenerator.GetValidationAttributes()` comment
2014-10-16 21:12:34 -07:00
..
ViewEngine Adding support for ViewLocationExpanders to allow modifying view locations 2014-10-01 16:15:25 -07:00
BufferEntryCollectionTest.cs DecorateWriter does not get called for partial views rendered via 2014-10-12 14:24:29 -07:00
DefaultDisplayTemplatesTests.cs Modify TemplateRenderer to use ThrowIfFaulted instead of Task.Wait 2014-08-21 08:38:12 -07:00
DefaultEditorTemplatesTests.cs Add `DefaultEditorTemplates.MultilineTemplate` 2014-10-16 15:14:12 -07:00
DefaultTemplatesUtilities.cs Update `HtmlHelper` to use `IHtmlGenerator` 2014-10-16 21:12:34 -07:00
HtmlAttributePropertyHelperTest.cs
HtmlHelperDisplayNameExtensionsTest.cs Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
HtmlHelperDisplayTextTest.cs Add Html.Partial - sync versions of Html.PartialAsync 2014-10-14 15:15:50 -07:00
HtmlHelperLabelExtensionsTest.cs Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
HtmlHelperLinkGenerationTest.cs [Fixes #926] Protocol & Host name ignored when creating action link 2014-09-26 17:20:56 -07:00
HtmlHelperNameExtensionsTest.cs Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
HtmlHelperPartialExtensionsTest.cs Add Html.Partial - sync versions of Html.PartialAsync 2014-10-14 15:15:50 -07:00
HtmlHelperValueExtensionsTest.cs Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
StringCollectionTextWriterTest.cs DecorateWriter does not get called for partial views rendered via 2014-10-12 14:24:29 -07:00
ViewContextTests.cs
ViewDataOfTTest.cs