HttpResponse.Write Method
.NET Framework (current version)
Writes information to an HTTP response output stream.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Write(Char) | Writes a character to an HTTP response output stream. |
![]() | Write(Char[], Int32, Int32) | Writes an array of characters to an HTTP response output stream. |
![]() | Write(Object) | Writes an Object to an HTTP response stream. |
![]() | Write(String) | Writes a string to an HTTP response output stream. |
Show:
