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