ByteArrayResourceHandler Constructor |
Version 63.0.0
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public ByteArrayResourceHandler(
string mimeType,
byte[] data
)
public:
ByteArrayResourceHandler(
String^ mimeType,
array<unsigned char>^ data
)
Parameters
- mimeType
- Type: SystemString
mimeType - data
- Type: SystemByte
[Missing <param name="data"/> documentation for "M:CefSharp.ByteArrayResourceHandler.#ctor(System.String,System.Byte[])"]
See Also