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