HttpResponseBase::Write Method
.NET Framework (current version)
Writes information to the 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(array<Char>^, Int32, Int32) | Writes the specified array of characters to the HTTP response output stream. |
![]() | Write(Object^) | Writes the specified object to the HTTP response stream. |
![]() | Write(String^) | Writes the specified string to the HTTP response output stream. |
Show:
