Click or drag to resize

DOMClientCollectClassNamesFromSubtreeAsync Method

Version 130.1.90
Collects class names for the node with given id and all of it's child nodes.

Namespace: CefSharp.DevTools.DOM
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<CollectClassNamesFromSubtreeResponse> CollectClassNamesFromSubtreeAsync(
	int nodeId
)

Parameters

nodeId  Int32
Id of the node to collect class names.

Return Value

TaskCollectClassNamesFromSubtreeResponse
returns System.Threading.Tasks.Task<CollectClassNamesFromSubtreeResponse>
See Also