HttpResponseWrapper::Output Property

 

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

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

public:
property TextWriter^ Output {
	virtual TextWriter^ get() override;
	virtual void set(TextWriter^ value) override;
}

Property Value

Type: System.IO::TextWriter^

An object that enables custom output to the client.

.NET Framework
Available since 3.5
Return to top
Show: