FileResourceHandler Constructor |
Version 109.1.110
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public FileResourceHandler(
string mimeType,
string filePath
)
public:
FileResourceHandler(
String^ mimeType,
String^ filePath
)
Parameters
- mimeType
- Type: SystemString
mimeType - filePath
- Type: SystemString
filePath
See Also