Click or drag to resize

DOMNodeAttributes Property

Version 113.3.50
Attributes of an `Element` node.

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

Property Value

Type: IListNameValue
See Also