HttpResponse.Write Method (Char[], Int32, Int32)
.NET Framework (current version)
Writes an array of characters to an HTTP response output stream.
Assembly: System.Web (in System.Web.dll)
Parameters
- buffer
-
Type:
System.Char[]
The character array to write.
- index
-
Type:
System.Int32
The position in the character array where writing starts.
- count
-
Type:
System.Int32
The number of characters to write, beginning at index.
.NET Framework
Available since 1.1
Available since 1.1
Show: