| PWAClientOpenCurrentPageInAppAsync Method | 
Version 130.1.90
            Opens the current page in its web app identified by the manifest id, needs
            to be called on a page target. This function returns immediately without
            waiting for the app to finish loading.
            
Namespace: CefSharp.DevTools.PWAAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
 Syntax
Syntaxpublic Task<DevToolsMethodResponse> OpenCurrentPageInAppAsync(
	string manifestId
)
public:
Task<DevToolsMethodResponse^>^ OpenCurrentPageInAppAsync(
	String^ manifestId
)
Parameters
- manifestId  String
- manifestId
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
 See Also
See Also