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