aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Rendering
Doug Bunting 34f17db94c Add `DefaultEditorTemplates.MultilineTemplate`
- #965
- test call-throughs from `Html.Editor[For]()` to inner `IHtmlHelper`
 - add another parameter to `DefaultTemplatesUtilities.GetHtmlHelper()`

nit: reorder dictionaries at the top of `TemplateRenderer` slightly
2014-10-16 15:14:12 -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 Add `DefaultEditorTemplates.MultilineTemplate` 2014-10-16 15:14:12 -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