asp.net.ph

Response.Write Method ( Char )

System.Web Namespace   HttpResponse Class


Writes a character to an HTTP output content stream.

[ VB ]
Overloads Public Sub Write ( _
   ByVal ch As Char _
)

[ C# ]
public void Write (
   char ch
);

[ C++ ]
public: void Write (
   __wchar_t ch
);

[ JScript ]
public function Write (
   ch : Char
);

Parameters

ch
The character to write to the HTTP output stream.
See Also

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