Click or drag to resize

ApplicationCacheResources Property

Version 93.1.111
Application cache resources.

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

Property Value

Type: IListApplicationCacheResource
See Also