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