Click or drag to resize

ApplicationCacheClientGetFramesWithManifestsAsync Method

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
public Task<GetFramesWithManifestsResponse> GetFramesWithManifestsAsync()

Return Value

Type: TaskGetFramesWithManifestsResponse
returns System.Threading.Tasks.Task<GetFramesWithManifestsResponse>
See Also