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