Click or drag to resize

ApplicationCacheClientGetApplicationCacheForFrameAsync Method

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

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

Parameters

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

Return Value

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