AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.4.0-beta.499" />

.NET API 964,608 bytes

 IMediaFeature

public interface IMediaFeature : IStyleFormattable
Represents a CSS media feature.
bool HasValue { get; }

Gets if a value has been set for this feature.

bool IsMaximum { get; }

Gets if the feature represents the maximum.

bool IsMinimum { get; }

Gets if the feature represents the minimum.

string Name { get; }

Gets the name of the feature.

string Value { get; }

Gets the value of the feature, if any.