You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Extra additions to make this change more consumable:
ITextWriter should have an extension method to write on ITextWriter into another ITextWriter.
TagHelperContext's GetChildContentAsync should have an override to provide your own ITextWriter to write to.
The impact of this change will end up affecting all existing TagHelper's and will greatly affect how TagHelpers used (NOTE: Lots of impact in MVC to make this plausible).