Click or drag to resize

PageClientGetAppIdAsync Method

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

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

Return Value

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