Click or drag to resize

DefaultResourceHandlerFactoryHandlers Property

Version 73.1.130
Resource handler thread safe dictionary

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

Property Value

Type: ConcurrentDictionaryString, DefaultResourceHandlerFactoryItem
See Also