AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.4" />

 ValueExtensions

static class ValueExtensions
A bunch of useful extension methods.
public static Length Add(this Length a, Length b)

public static bool Is(this IEnumerable<CssToken> value, string expected)

public static CssToken OnlyOrDefault(this IEnumerable<CssToken> value)

public static Angle? ToAngle(this IEnumerable<CssToken> value)

public static string ToAnimatableIdentifier(this IEnumerable<CssToken> value)

public static List<List<CssToken>> ToArgs(this IEnumerable<CssToken> value, int size)

public static Length? ToBorderSlice(this IEnumerable<CssToken> value)

public static Length? ToBorderWidth(this IEnumerable<CssToken> value)

public static byte? ToByte(this IEnumerable<CssToken> value)

public static Color? ToColor(this IEnumerable<CssToken> value)

public static string ToCssString(this IEnumerable<CssToken> value)

public static Length? ToDistance(this IEnumerable<CssToken> value)

public static Frequency? ToFrequency(this IEnumerable<CssToken> value)

public static string ToIdentifier(this IEnumerable<CssToken> value)

public static Length? ToImageBorderWidth(this IEnumerable<CssToken> value)

public static int? ToInteger(this IEnumerable<CssToken> value)

public static List<List<CssToken>> ToItems(this IEnumerable<CssToken> value)

public static Length ToLength(this FontSize fontSize)

public static Length? ToLength(this IEnumerable<CssToken> value)

public static Length? ToLineHeight(this IEnumerable<CssToken> value)

public static List<List<CssToken>> ToList(this IEnumerable<CssToken> value)

public static Percent? ToPercent(this IEnumerable<CssToken> value)

public static Resolution? ToResolution(this IEnumerable<CssToken> value)

public static float? ToSingle(this IEnumerable<CssToken> value)

public static string ToText(this IEnumerable<CssToken> value)

public static Time? ToTime(this IEnumerable<CssToken> value)

public static string ToUri(this IEnumerable<CssToken> value)

public static void Trim(this List<CssToken> value)

public static bool TryGetValue<T>(this Dictionary<string, T> obj, IEnumerable<CssToken> value, out T mode)