WebPageBase.Output Property

Definition

Gets the current TextWriter object for the page.

public System.IO.TextWriter Output { get; }
member this.Output : System.IO.TextWriter
Public ReadOnly Property Output As TextWriter

Property Value

The TextWriter object.

Applies to