Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Remove WriteXyzTo() methods from RazorPageBase #6257

Closed
ajaybhargavb opened this issue May 11, 2017 · 1 comment
Closed

Remove WriteXyzTo() methods from RazorPageBase #6257

ajaybhargavb opened this issue May 11, 2017 · 1 comment

Comments

@ajaybhargavb
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant