Click or drag to resize

FileResourceHandler Constructor

Version 86.0.240
Initializes a new instance of the FileResourceHandler class.

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

Parameters

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