System.Web
HttpResponse
Output
System.Web.HttpResponse.Output Property
Enables output of text to the outgoing HTTP response stream.
Syntax
public
System.IO.TextWriter
Output
{ get; }
Value
The textwriter.
Remarks
The text writer uses the encoding specified in the
HttpResponse.ContentEncoding
. This writer is TextWriter wrapper on top of the
HttpResponse.OutputStream
stream.
Requirements
Namespace:
System.Web
Assembly:
System.Web (in System.Web.dll)
Assembly Versions:
1.0.5000.0, 2.0.0.0