PageClientSetWebLifecycleStateAsync Method  | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<DevToolsMethodResponse> SetWebLifecycleStateAsync(
	SetWebLifecycleStateState state
)
public:
Task<DevToolsMethodResponse^>^ SetWebLifecycleStateAsync(
	SetWebLifecycleStateState state
)
Parameters
- state
 - Type: CefSharp.DevTools.PageSetWebLifecycleStateState
Target lifecycle state 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also