WebPageBase.Output Property

Gets the current TextWriter object for the page.

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

'Declaration
Public ReadOnly Property Output As TextWriter 
	Get
'Usage
Dim instance As WebPageBase 
Dim value As TextWriter 

value = instance.Output

Property Value

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