This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Description
Tag Helpers occasionally buffer body data and can have children that write to the output stream. In the case that we have a TagHelper that has an HTMLHelper child that writes directly to the RazorPage body we need a way to override this behavior and have it write to the buffered TagHelper body.
The majority of the 3 day estimate involves designing the feature.