StorageClientGetStorageKeyForFrameAsync Method  | 
Version 106.0.290 
            Returns a storage key given a frame id.
            
 
    Namespace: 
   CefSharp.DevTools.Storage
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic 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