Click or drag to resize

CSSClient.GetBackgroundColorsAsync Method

Version 130.1.90
GetBackgroundColors

Namespace: CefSharp.DevTools.CSS
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetBackgroundColorsResponse> GetBackgroundColorsAsync(
	int nodeId
)

Parameters

nodeId  Int32
Id of the node to get background colors for.

Return Value

Task<GetBackgroundColorsResponse>
returns System.Threading.Tasks.Task<GetBackgroundColorsResponse>
See Also