Click or drag to resize

ResourceHandlerFromByteArray Method

Version 94.4.20
Creates a IResourceHandler that represents a Byte[], uses CefStreamResourceHandler for reading the data

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public static IResourceHandler FromByteArray(
	byte[] data,
	string mimeType = null,
	string charSet = null
)

Parameters

data
Type: SystemByte
data
mimeType (Optional)
Type: SystemString
mimeType
charSet (Optional)
Type: SystemString
response charset

Return Value

Type: IResourceHandler
IResourceHandler
See Also