Click or drag to resize
ChromiumWebBrowserResourceHandlerFactory Property
Version 51.0.0
Implement IResourceHandlerFactory and control the loading of resources

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

Property Value

Type: IResourceHandlerFactory
The resource handler factory.

Implements

IWebBrowserResourceHandlerFactory
See Also