aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
damianedwards 7d1c1ed8eb Enable Tag Helper initializers:
- Any Action<ITagHelper, ViewContext> can be registered in DI to allow setting of tag helper properties after any [Activate] properties are set but before their bound from the source document and the tag helper is executed
- Removed previous tag helper options as initializers is the way to do this now
- #1689
- #2162
2015-03-13 12:31:02 -07:00
..
Compilation Correct setup of three tests added in prior commit 2015-03-10 09:28:17 -07:00
OptionDescriptors
DefaultPrecompiledViewsProviderTest.cs
DefaultTagHelperActivatorTest.cs Enable Tag Helper initializers: 2015-03-13 12:31:02 -07:00
DefaultViewLocationCacheTest.cs
Microsoft.AspNet.Mvc.Razor.Test.xproj Update .kproj => .xproj. 2015-03-11 14:01:43 -07:00
MvcRazorCodeParserTest.cs
RazorFileHashTest.cs
RazorPageActivatorTest.cs Introducing TempData 2015-03-10 12:04:05 -07:00
RazorPageCreateModelExpressionTest.cs Introducing TempData 2015-03-10 12:04:05 -07:00
RazorPageCreateTagHelperTest.cs Enable Tag Helper initializers: 2015-03-13 12:31:02 -07:00
RazorPageTest.cs Introducing TempData 2015-03-10 12:04:05 -07:00
RazorTextWriterTest.cs
RazorViewEngineOptionsTest.cs React to DI 2015-03-04 19:26:54 -08:00
RazorViewEngineTest.cs
RazorViewFactoryTest.cs
RazorViewTest.cs Introducing TempData 2015-03-10 12:04:05 -07:00
SpanFactory.cs
TestModelMetadataProvider.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
project.json Fix build. 2015-03-13 00:09:29 -07:00