Click or drag to resize

DOMNodeAttributes Property

Version 130.1.90
Attributes of an `Element` node.

Namespace: CefSharp.DevTools.DOMSnapshot
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public IList<NameValue> Attributes { get; set; }

Property Value

IListNameValue
See Also