Click or drag to resize

FileResourceHandler Constructor

Version 102.0.100
Initializes a new instance of the FileResourceHandler class.

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

Parameters

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