AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.16.1-alpha-91" />

.NET API 879,104 bytes

 ICssMedium

public interface ICssMedium : 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.