Click or drag to resize

ApplicationCache.Resources Property

Version 88.2.90
Application cache resources.

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

Property Value

Type: IList<ApplicationCacheResource>
See Also