RazorPageBase.PopWriter 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.
Return a text writer from the stack.
protected public:
virtual System::IO::TextWriter ^ PopWriter();
protected internal virtual System.IO.TextWriter PopWriter ();
abstract member PopWriter : unit -> System.IO.TextWriter
override this.PopWriter : unit -> System.IO.TextWriter
Protected Friend Overridable Function PopWriter () As TextWriter
Returns
The text writer.