Skip to content
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
@ajaybhargavb

Description

@ajaybhargavb

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions