HttpResponse.Write Method (Char[], Int32, Int32)
.NET Framework 3.0
Writes an array of characters to an HTTP response output stream.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void Write ( char[] buffer, int index, int count )
public function Write ( buffer : char[], index : int, count : int )
Not applicable.
Parameters
- buffer
The character array to write.
- index
The position in the character array where writing starts.
- count
The number of characters to write, beginning at index.
Community Additions
ADD
Show: