DOMClientGetContainerForNodeAsync Method  | 
Version 104.4.240 
            Returns the container of the given node based on container query conditions.
            If containerName is given, it will find the nearest container with a matching name;
            otherwise it will find the nearest container regardless of its container name.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<GetContainerForNodeResponse> GetContainerForNodeAsync(
	int nodeId,
	string containerName = null
)
public:
Task<GetContainerForNodeResponse^>^ GetContainerForNodeAsync(
	int nodeId, 
	String^ containerName = nullptr
)
Parameters
- nodeId
 - Type: SystemInt32
nodeId - containerName (Optional)
 - Type: SystemString
containerName 
Return Value
Type: 
TaskGetContainerForNodeResponsereturns System.Threading.Tasks.Task<GetContainerForNodeResponse>
See Also