Click or drag to resize

ByteArrayResourceHandler Constructor

Version 67.0.0
Initializes a new instance of the ByteArrayResourceHandler class.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax
public ByteArrayResourceHandler(
	string mimeType,
	byte[] 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