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