FileResourceHandler Constructor |
Version 63.0.0
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.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