CSSRuleSelectorList Property |
Version 118.6.80
Rule selector data.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public SelectorList SelectorList { get; set; }
public:
property SelectorList^ SelectorList {
SelectorList^ get ();
void set (SelectorList^ value);
}
Property Value
Type:
SelectorListSee Also