Click or drag to resize

StorageClientGetStorageKeyForFrameAsync Method

Version 130.1.90
Returns a storage key given a frame id.

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

Parameters

frameId  String
frameId

Return Value

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