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

Supports() public static method

public static Supports ( string conditionText ) : bool
conditionText string
return bool
        public static bool Supports(string conditionText)
        {
            return false;
        }

Same methods

CSS::Supports ( string property, string value ) : bool