Click or drag to resize

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.Storage
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetRelatedWebsiteSetsResponse> GetRelatedWebsiteSetsAsync()

Return Value

TaskGetRelatedWebsiteSetsResponse
returns System.Threading.Tasks.Task<GetRelatedWebsiteSetsResponse>
See Also