PageClientGetAppIdAsync Method |
Version 108.4.130
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: 108.4.130.0 (108.4.130.0)
Syntax public Task<GetAppIdResponse> GetAppIdAsync()
public:
Task<GetAppIdResponse^>^ GetAppIdAsync()
Return Value
Type:
TaskGetAppIdResponsereturns System.Threading.Tasks.Task<GetAppIdResponse>
See Also