Click or drag to resize

StorageClientGetStorageKeyForFrameAsync Method

Version 111.2.70
Returns a storage key given a frame id.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public Task<GetStorageKeyForFrameResponse> GetStorageKeyForFrameAsync(
	string frameId
)

Parameters

frameId
Type: SystemString
frameId

Return Value

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