Click or drag to resize

ApplicationCache.GetApplicationCacheForFrameAsync Method

Version 85.3.121
Returns relevant application cache data for the document in given frame.

Namespace:  CefSharp.DevTools.ApplicationCache
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<GetApplicationCacheForFrameResponse> GetApplicationCacheForFrameAsync(
	string frameId
)

Parameters

frameId
Type: System.String
Identifier of the frame containing document whose application cache is retrieved.

Return Value

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