Version 87.1.132
Shadow root list for given element host.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public IList<Node> ShadowRoots { get; set; }
public:
property IList<Node^>^ ShadowRoots {
IList<Node^>^ get ();
void set (IList<Node^>^ value);
}
Property Value
Type:
IListNodeSee Also