StorageClientGetRelatedWebsiteSetsAsync Method |
Version 130.1.90
Returns the effective Related Website Sets in use by this profile for the browser
session. The effective Related Website Sets will not change during a browser session.
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetRelatedWebsiteSetsResponse> GetRelatedWebsiteSetsAsync()
public:
Task<GetRelatedWebsiteSetsResponse^>^ GetRelatedWebsiteSetsAsync()
Return Value
TaskGetRelatedWebsiteSetsResponsereturns System.Threading.Tasks.Task<GetRelatedWebsiteSetsResponse>
See Also