asp.net.ph

Response.Output Property

System.Web Namespace   HttpResponse Class


Enables output of text to the outgoing HTTP response stream.

[ VB ]
Public ReadOnly Property Output As TextWriter

[ C# ]
public TextWriter Output {get;}

[ C++ ]
public: __property TextWriter* get_Output ( );

[ JScript ]
public function get Output ( ) : TextWriter;

Property Value

A TextWriter object enabling custom output to the client.

See Also

HttpResponse Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph