| GetFileHandlerWriteBytes Method  | 
            Streams the byte array to the response.
            
 
Namespace: CMS.Routing.WebAssembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 11.0.0
Syntaxprotected void WriteBytes(
	byte[] data
)
Parameters
- data
 - Type: SystemByte
Data to write 
See Also