| ByteArrayResourceHandler Constructor  | 
Version 103.0.120  
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
 Syntax
Syntaxpublic ByteArrayResourceHandler(
	string mimeType,
	byte[] data
)
public:
ByteArrayResourceHandler(
	String^ mimeType, 
	array<unsigned char>^ data
)
Parameters
- mimeType
- Type: SystemString
 mimeType
- data
- Type: SystemByte
 byte array
 See Also
See Also