AngleSharp by AngleSharp

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

.NET API 1,232,384 bytes

 IMediaQueryList

public interface IMediaQueryList : IEventTarget
A MediaQueryList object maintains a list of media queries on a document, and handles sending notifications to listeners when the media queries on the document change.
bool IsMatched { get; }

Gets the current status of the media query.

IMediaList Media { get; }

Gets the associated media list.

string MediaText { get; }

Gets the text representation of the underlying media list.

Event triggered after the value changed.