Click or drag to resize

FileResourceHandler Constructor

Version 130.1.90
Initializes a new instance of the FileResourceHandler class.

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

Parameters

mimeType  String
mimeType
filePath  String
filePath
See Also