Click or drag to resize

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.PWA
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> OpenCurrentPageInAppAsync(
	string manifestId
)

Parameters

manifestId  String
manifestId

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also