CSSRuleNestingSelectors Property |
Version 118.6.80
Array of selectors from ancestor style rules, sorted by distance from the current rule.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public string[] NestingSelectors { get; set; }
public:
property array<String^>^ NestingSelectors {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
Type:
StringSee Also