Click or drag to resize

CSSClientGetMatchedStylesForNodeAsync Method

Version 102.0.100
Returns requested styles for a DOM node identified by `nodeId`.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<GetMatchedStylesForNodeResponse> GetMatchedStylesForNodeAsync(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
nodeId

Return Value

Type: TaskGetMatchedStylesForNodeResponse
returns System.Threading.Tasks.Task<GetMatchedStylesForNodeResponse>
See Also