AngleSharp.Css by AngleSharp

<PackageReference Include="AngleSharp.Css" Version="0.17.0" />

.NET API 406,528 bytes

 CssHelpers

public static class CssHelpers
A set of globally exposed CSS utilities.
public static string Escape(string str)

Returns a string containing the escaped string passed as parameter, mostly for use as part of a CSS selector.

public static bool Supports(this IWindow window, string propertyName, string value)

Returns a boolean value indicating if the browser supports a given CSS feature, or not.

public static bool Supports(this IWindow window, string conditionText)

Returns a boolean value indicating if the browser supports a given CSS feature, or not.