StartPage::GetOutputWriter Method

Returns the text writer instance that is used to render the page.

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

protected public:
virtual TextWriter^ GetOutputWriter() override

Return Value

Type: System.IO::TextWriter
The text writer.
Show: