DOMClient.RequestNodeAsync Method |
Version 88.2.90
Requests that the node is sent to the caller given the JavaScript node object reference. All
nodes that form the path from the node to the root are also sent to the client as a series of
`setChildNodes` notifications.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntaxpublic Task<RequestNodeResponse> RequestNodeAsync(
string objectId
)
public:
Task<RequestNodeResponse^>^ RequestNodeAsync(
String^ objectId
)
Parameters
- objectId
- Type: System.String
JavaScript object id to convert into node.
Return Value
Type:
Task<RequestNodeResponse>returns System.Threading.Tasks.Task<RequestNodeResponse>
See Also