ApplicationCacheResources Property  | 
Version 87.1.132 
            Application cache resources.
            
 
    Namespace: 
   CefSharp.DevTools.ApplicationCache
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic IList<ApplicationCacheResource> Resources { get; set; }public:
property IList<ApplicationCacheResource^>^ Resources {
	IList<ApplicationCacheResource^>^ get ();
	void set (IList<ApplicationCacheResource^>^ value);
}Property Value
Type: 
IListApplicationCacheResource
See Also