aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Common.Test
Microsoft.AspNet.Mvc.Core.Test
Microsoft.AspNet.Mvc.FunctionalTests Enable Tag Helper initializers: 2015-03-13 12:31:02 -07:00
Microsoft.AspNet.Mvc.ModelBinding.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test Enable Tag Helper initializers: 2015-03-13 12:31:02 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Enable Tag Helper initializers: 2015-03-13 12:31:02 -07:00
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.WebApiCompatShimTest
Microsoft.AspNet.Mvc.Xml.Test
WebSites