| DOMClientGetAttributesAsync Method  | 
Version 90.6.50 
            Returns attributes for the specified node.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<GetAttributesResponse> GetAttributesAsync(
	int nodeId
)
public:
Task<GetAttributesResponse^>^ GetAttributesAsync(
	int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
 Id of the node to retrieve attibutes for.
Return Value
Type: 
TaskGetAttributesResponsereturns System.Threading.Tasks.Task<GetAttributesResponse>
 See Also
See Also