Click or drag to resize

IWebBrowserResourceHandlerFactory Property

Version 71.0.0
Implement IResourceHandlerFactory and control the loading of resources

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 71.0.0.0 (71.0.0.0)
Syntax
IResourceHandlerFactory ResourceHandlerFactory { get; set; }

Property Value

Type: IResourceHandlerFactory
The resource handler factory.
See Also