Click or drag to resize

FileResourceHandler Constructor

Version 81.3.100
Initializes a new instance of the FileResourceHandler class.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 81.3.100.0 (81.3.100.0)
Syntax
public FileResourceHandler(
	string mimeType,
	string filePath
)

Parameters

mimeType
Type: SystemString
mimeType
filePath
Type: SystemString
filePath
See Also