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
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
RazorViewEngineTest.cs
RazorViewFactoryTest.cs
RazorViewTest.cs Introducing TempData 2015-03-10 12:04:05 -07:00
SpanFactory.cs
TestModelMetadataProvider.cs
project.json Fix build. 2015-03-13 00:09:29 -07:00