Click or drag to resize

CSSClient.GetMatchedStylesForNodeAsync Method

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

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

Parameters

nodeId
Type: System.Int32
nodeId

Return Value

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