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