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)

public:
property Stack<TextWriter^>^ OutputStack {
	Stack<TextWriter^>^ get ();
}
Show: