WebPageBase.OutputStack Property

Definition

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.

Applies to