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