Version 130.1.90
@supports CSS at-rule array.
The array enumerates @supports at-rules starting with the innermost one, going outwards.
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<CSSSupports> Supports { get; set; }
public:
property IList<CSSSupports^>^ Supports {
IList<CSSSupports^>^ get ();
void set (IList<CSSSupports^>^ value);
}
Property Value
IListCSSSupportsSee Also