System.Html.CSS.Supports C# (CSharp) Method

Supports() public static method

public static Supports ( string property, string value ) : bool
property string
value string
return bool
        public static bool Supports(string property, string value)
        {
            return false;
        }

Same methods

CSS::Supports ( string conditionText ) : bool