HttpResponseBase.Output Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object that enables text output to the 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 virtual System.IO.TextWriter Output { get; }
public virtual System.IO.TextWriter Output { get; set; }
member this.Output : System.IO.TextWriter
member this.Output : System.IO.TextWriter with get, set
Public Overridable ReadOnly Property Output As TextWriter
Public Overridable Property Output As TextWriter
Property Value
An object that enables output to the client.
Exceptions
Always.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.