共用方式為


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 物件。

適用於