AngleSharp by AngleSharp

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

.NET API 1,214,464 bytes

 ICssMedium

public interface ICssMedium : ICssNode, IStyleFormattable
Represents a CSS medium.
string Constraints { get; }

Gets a string describing the covered constraints.

Gets an enumerable of contained features.

bool IsExclusive { get; }

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

bool IsInverse { get; }

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

string Type { get; }

Gets the type of medium that is represented.