| AdvancedGetFileHandlerWriteFile Method | 
            Streams the data file to the response.
            
 
Namespace: CMS.Routing.WebAssembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual byte[] WriteFile(
	string filepath,
	bool returnOutputData = false
)
Parameters
- filepath
- Type: SystemString
 File path
- returnOutputData (Optional)
- Type: SystemBoolean
 If true, output data is returned
Return Value
Type: 
ByteReturns streamed binary data if requested by 
returnOutputData. Binary data are never returned for range requests.
 See Also
See Also