WebPageBase.OutputStack 属性

定义

获取当前页上下文的对象堆栈 TextWriter

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)

属性值

TextWriter 对象。

适用于