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