StorageClientGetStorageKeyForFrameAsync Method |
Version 118.6.80
Returns a storage key given a frame id.
Namespace:
CefSharp.DevTools.Storage
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<GetStorageKeyForFrameResponse> GetStorageKeyForFrameAsync(
string frameId
)
public:
Task<GetStorageKeyForFrameResponse^>^ GetStorageKeyForFrameAsync(
String^ frameId
)
Parameters
- frameId
- Type: SystemString
frameId
Return Value
Type:
TaskGetStorageKeyForFrameResponsereturns System.Threading.Tasks.Task<GetStorageKeyForFrameResponse>
See Also