Click or drag to resize

FileResourceHandler Constructor

Version 75.1.140
Initializes a new instance of the FileResourceHandler class.

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

Parameters

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