Click or drag to resize

ApplicationCacheClientGetManifestForFrameAsync Method

Version 94.4.20
Returns manifest URL for document in the given frame.

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

Parameters

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

Return Value

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