Click or drag to resize

DOMStorageClientGetStorageKeyForFrameAsync Method

Version 103.0.120
GetStorageKeyForFrame

Namespace:  CefSharp.DevTools.DOMStorage
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.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