Click or drag to resize

PageClientGetAppIdAsync Method

Version 102.0.100
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: 102.0.100.0 (102.0.100.0)
Syntax
public Task<GetAppIdResponse> GetAppIdAsync()

Return Value

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