This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Remove WriteXyzTo() methods from RazorPageBase #6257
Closed
Description
Instead of having a WriteXyzTo() duplicate of WriteXyz() methods that take an extra TextWriter
parameter, we want to have void PushWriter(TextWriter writer)
and TextWriter PopWriter()
methods to handle use of custom writers.
Related Razor issue - aspnet/Razor#1184