Click or drag to resize

PageClientGetAppIdAsync Method

Version 130.1.90
Returns the unique (PWA) app id. Only returns values if the feature flag 'WebAppEnableManifestId' is enabled

Namespace: CefSharp.DevTools.Page
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetAppIdResponse> GetAppIdAsync()

Return Value

TaskGetAppIdResponse
returns System.Threading.Tasks.Task<GetAppIdResponse>
See Also