GetFileHandlerWriteBytes Method |
Streams the byte array to the response.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax protected void WriteBytes(
byte[] data
)
Parameters
- data
- Type: SystemByte
Data to write
See Also