Click or drag to resize

CSSClientEnableAsync Method

Version 130.1.90
Enables the CSS agent for the given page. Clients should not assume that the CSS agent has been enabled until the result of this command is received.

Namespace: CefSharp.DevTools.CSS
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> EnableAsync()

Return Value

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