Click or drag to resize

CSSClientEnableAsync Method

Version 102.0.100
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 (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<DevToolsMethodResponse> EnableAsync()

Return Value

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