DOMClientGetAttributesAsync Method |
Version 130.1.90
Returns attributes for the specified node.
Namespace: CefSharp.DevTools.DOMAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetAttributesResponse> GetAttributesAsync(
int nodeId
)
public:
Task<GetAttributesResponse^>^ GetAttributesAsync(
int nodeId
)
Parameters
- nodeId Int32
- Id of the node to retrieve attributes for.
Return Value
TaskGetAttributesResponsereturns System.Threading.Tasks.Task<GetAttributesResponse>
See Also