RazorPageBase.PushWriter(TextWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Puts a text writer on the stack.
protected public:
virtual void PushWriter(System::IO::TextWriter ^ writer);
protected internal virtual void PushWriter (System.IO.TextWriter writer);
abstract member PushWriter : System.IO.TextWriter -> unit
override this.PushWriter : System.IO.TextWriter -> unit
Protected Friend Overridable Sub PushWriter (writer As TextWriter)
Parameters
- writer
- TextWriter