PageClientSetWebLifecycleStateAsync Method |
Version 87.1.132
Tries to update the web lifecycle state of the page.
It will transition the page to the given state according to:
https://github.com/WICG/web-lifecycle/
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public Task<DevToolsMethodResponse> SetWebLifecycleStateAsync(
string state
)
public:
Task<DevToolsMethodResponse^>^ SetWebLifecycleStateAsync(
String^ state
)
Parameters
- state
- Type: SystemString
Target lifecycle state
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also