FileResourceHandler Constructor |
Version 101.0.180
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.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