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