HttpResponseWrapper.Output Property

Definition

Gets the object that enables output of text to the outgoing HTTP response stream.

public:
 virtual property System::IO::TextWriter ^ Output { System::IO::TextWriter ^ get(); };
public:
 virtual property System::IO::TextWriter ^ Output { System::IO::TextWriter ^ get(); void set(System::IO::TextWriter ^ value); };
public override System.IO.TextWriter Output { get; }
public override System.IO.TextWriter Output { get; set; }
member this.Output : System.IO.TextWriter
member this.Output : System.IO.TextWriter with get, set
Public Overrides ReadOnly Property Output As TextWriter
Public Overrides Property Output As TextWriter

Property Value

An object that enables custom output to the client.

Applies to