WebPageBase::Output Property

Gets the current TextWriter object for the page.

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

public:
property TextWriter^ Output {
	TextWriter^ get ();
}

Property Value

Type: System.IO::TextWriter
The TextWriter object.
Show: