WebPageBase.OutputStack Property

Gets the stack of TextWriter objects for the current page context.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

member OutputStack : Stack<TextWriter>

Property Value

Type: System.Collections.Generic.Stack(TextWriter)
The TextWriter objects.
Show: