This repository was archived by the owner on Dec 14, 2018. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2.1k
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 extraTextWriter parameter, we want to havevoid PushWriter(TextWriter writer) andTextWriter PopWriter() methods to handle use of custom writers.
Related Razor issue -aspnet/Razor#1184