Click or drag to resize
DefaultResourceHandlerFactoryHandlers Property
Version 51.0.0
Resource handler thread safe dictionary

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public ConcurrentDictionary<string, IResourceHandler> Handlers { get; }

Property Value

Type: ConcurrentDictionaryString, IResourceHandler
See Also