asp.net.ph

HttpWriter.Write Method ( String )

System.Web Namespace   HttpWriter Class


Sends a string to the HTTP output stream.

[ VB ]
Overrides Overloads Public Sub Write ( _
   ByVal s As String _
)

[ C# ]
public override void Write (
   string s
);

[ C++ ]
public: void Write (
   String* s
);

[ JScript ]
public override function Write (
   s : String
);

Parameters

s
The string to send to the HTTP output stream.
See Also

HttpWriter Members   HttpWriter.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