GetMatchedStylesForNodeResponseMatchedCSSRules Property |
Version 106.0.290
matchedCSSRules
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public IList<RuleMatch> MatchedCSSRules { get; }
public:
property IList<RuleMatch^>^ MatchedCSSRules {
IList<RuleMatch^>^ get ();
}
Property Value
Type:
IListRuleMatchSee Also