Click or drag to resize

FileResourceHandler Constructor

Version 94.4.20
Initializes a new instance of the FileResourceHandler class.

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

Parameters

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