AngleSharp by Florian Rappl

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

.NET API 1,189,376 bytes

 CssMedium

Represents a medium rule. More information available at: http://www.w3.org/TR/css3-mediaqueries/
public string Constraints { get; }

Gets a string describing the covered constraints.

public string CssText { get; }

Gets a CSS code representation of the medium.

public bool IsExclusive { get; }

Gets if the medium has been created using the only keyword.

public bool IsInverse { get; }

Gets if the medium has been created using the not keyword.

public string Type { get; }

Gets the type of medium that is represented.

Gets an enumerator over all included media features.

public bool Validate(RenderDevice device)

Validates the given medium against the provided rendering device.