| ApplicationCacheClientGetApplicationCacheForFrameAsync Method  | 
Version 90.6.50 
            Returns relevant application cache data for the document in given frame.
            
 
    Namespace: 
   CefSharp.DevTools.ApplicationCache
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<GetApplicationCacheForFrameResponse> GetApplicationCacheForFrameAsync(
	string frameId
)
public:
Task<GetApplicationCacheForFrameResponse^>^ GetApplicationCacheForFrameAsync(
	String^ frameId
)
Parameters
- frameId
- Type: SystemString
 Identifier of the frame containing document whose application cache is retrieved.
Return Value
Type: 
TaskGetApplicationCacheForFrameResponsereturns System.Threading.Tasks.Task<GetApplicationCacheForFrameResponse>
 See Also
See Also