WebPageBase.OutputStack Property
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.
Gets the stack of TextWriter objects for the current page context.
public System.Collections.Generic.Stack<System.IO.TextWriter> OutputStack { get; }
member this.OutputStack : System.Collections.Generic.Stack<System.IO.TextWriter>
Public ReadOnly Property OutputStack As Stack(Of TextWriter)
Property Value
The TextWriter objects.