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)

'Declaration
Public ReadOnly Property OutputStack As Stack(Of TextWriter)
	Get
'Usage
Dim instance As WebPageBase 
Dim value As Stack(Of TextWriter)

value = instance.OutputStack

Property Value

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