aspxtreme

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



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme