Click or drag to resize

CSSEnableAsync Method

Version 85.3.121
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: 85.3.121.0 (85.3.121.0)
Syntax
public Task<DevToolsMethodResponse> EnableAsync()

Return Value

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