ApplicationCacheGetFramesWithManifestsAsync Method |
Version 85.3.121
Returns array of frame identifiers with manifest urls for each frame containing a document
associated with some application cache.
Namespace:
CefSharp.DevTools.ApplicationCache
Assembly:
CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax public Task<GetFramesWithManifestsResponse> GetFramesWithManifestsAsync()
public:
Task<GetFramesWithManifestsResponse^>^ GetFramesWithManifestsAsync()
Return Value
Type:
TaskGetFramesWithManifestsResponsereturns System.Threading.Tasks.Task<GetFramesWithManifestsResponse>
See Also