Click or drag to resize

PageClientGetAppIdAsync Method

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

Return Value

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