Click or drag to resize

PageClientGetAppIdAsync Method

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

Return Value

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