Click or drag to resize

ApplicationCache.Resources Property

Version 92.0.260
Application cache resources.

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

Property Value

Type: IList<ApplicationCacheResource>
See Also