PageClientGetAppIdAsync Method |
Version 118.6.80
Returns the unique (PWA) app id.
Only returns values if the feature flag 'WebAppEnableManifestId' is enabled
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<GetAppIdResponse> GetAppIdAsync()
public:
Task<GetAppIdResponse^>^ GetAppIdAsync()
Return Value
Type:
TaskGetAppIdResponsereturns System.Threading.Tasks.Task<GetAppIdResponse>
See Also