Click or drag to resize

ApplicationCacheResources Property

Version 89.0.170
Application cache resources.

Namespace:  CefSharp.DevTools.ApplicationCache
Assembly:  CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntax
public IList<ApplicationCacheResource> Resources { get; set; }

Property Value

Type: IListApplicationCacheResource
See Also