Click or drag to resize

ApplicationCache.GetManifestForFrameAsync Method

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

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

Parameters

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

Return Value

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