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