HttpResponseBase::Output Property
.NET Framework (current version)
Gets the object that enables text output to the HTTP response stream.
Assembly: System.Web (in System.Web.dll)
public: property TextWriter^ Output { virtual TextWriter^ get(); virtual void set(TextWriter^ value); }
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: