StorageClient.GetStorageKeyForFrameAsync Method |
Version 105.3.390
Returns a storage key given a frame id.
Namespace:
CefSharp.DevTools.Storage
Assembly:
CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
Syntaxpublic Task<GetStorageKeyForFrameResponse> GetStorageKeyForFrameAsync(
string frameId
)
public:
Task<GetStorageKeyForFrameResponse^>^ GetStorageKeyForFrameAsync(
String^ frameId
)
Parameters
- frameId
- Type: System.String
frameId
Return Value
Type:
Task<GetStorageKeyForFrameResponse>returns System.Threading.Tasks.Task<GetStorageKeyForFrameResponse>
See Also