Click or drag to resize

CSSRuleSupports Property

Version 103.0.120
@supports CSS at-rule array. The array enumerates @supports at-rules starting with the innermost one, going outwards.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
public IList<CSSSupports> Supports { get; set; }

Property Value

Type: IListCSSSupports
See Also