aspnetcore/test/Microsoft.AspNet.Razor.Runt...
N. Taylor Mullen 6d0b268440 Add `Init` method to `TagHelper`s.
- The init method allows multiple `TagHelper`s to inject data into the `context.Items` bag to properly function when running in unison with other `TagHelper`s that need to communicate with children.
- Transition `GetChildContentAsync` from `TagHelperContext` to `TagHelperOutput`.
- Move `TagHelperContext.GetChildContentAsync` tests to `TagHelperOutputTest`.
- Added `Init` test to ensure `TagHelperRunner` calls it in the correct order.

#571
2015-10-22 15:10:08 -07:00
..
Runtime/TagHelpers Add `Init` method to `TagHelper`s. 2015-10-22 15:10:08 -07:00
TagHelpers Add `Init` method to `TagHelper`s. 2015-10-22 15:10:08 -07:00
TestFiles
Microsoft.AspNet.Razor.Runtime.Test.xproj
project.json