| DOMClientResolveNodeAsync Method  | 
Version 90.6.50 
            Resolves the JavaScript node object for a given NodeId or BackendNodeId.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<ResolveNodeResponse> ResolveNodeAsync(
	Nullable<int> nodeId = null,
	Nullable<int> backendNodeId = null,
	string objectGroup = null,
	Nullable<int> executionContextId = null
)
public:
Task<ResolveNodeResponse^>^ ResolveNodeAsync(
	Nullable<int> nodeId = nullptr, 
	Nullable<int> backendNodeId = nullptr, 
	String^ objectGroup = nullptr, 
	Nullable<int> executionContextId = nullptr
)
Parameters
- nodeId (Optional)
- Type: SystemNullableInt32
 Id of the node to resolve.
- backendNodeId (Optional)
- Type: SystemNullableInt32
 Backend identifier of the node to resolve.
- objectGroup (Optional)
- Type: SystemString
 Symbolic group name that can be used to release multiple objects.
- executionContextId (Optional)
- Type: SystemNullableInt32
 Execution context in which to resolve the node.
Return Value
Type: 
TaskResolveNodeResponsereturns System.Threading.Tasks.Task<ResolveNodeResponse>
 See Also
See Also