다음을 통해 공유


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 개체입니다.

적용 대상