HttpResponseWrapper.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 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
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.