asp.net.ph

HttpWriter.Write Method ( Object )

System.Web Namespace   HttpWriter Class


Sends an Object to the HTTP output stream.

[ VB ]
Overrides Overloads Public Sub Write ( _
   ByVal obj As Object _
)

[ C# ]
public override void Write (
   object obj
);

[ C++ ]
public: void Write (
   Object* obj
);

[ JScript ]
public override function Write (
   obj : Object
);

Parameters

obj
The Object to send to the HTTP output stream.
See Also

HttpWriter Members   HttpWriter.Write Overload List 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