WebPageBase.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)

'Declaration
Protected Friend Overrides Function GetOutputWriter As TextWriter
'Usage
Dim returnValue As TextWriter 

returnValue = Me.GetOutputWriter()

Return Value

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