asp.net.ph

Response.Write Method ( Object )

System.Web Namespace   HttpResponse Class


Writes an Object to an HTTP output content stream.

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

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

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

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

Parameters

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

HttpResponse Members   HttpResponse.Write Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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