AngleSharp by AngleSharp

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

 FeatureNames

public static class FeatureNames
A class with all names of the CSS medium features.
namespace AngleSharp.Css { public static class FeatureNames { public static readonly string MinWidth = "min-width"; public static readonly string MinHeight = "min-height"; public static readonly string MinDeviceWidth = "min-device-width"; public static readonly string MinDeviceHeight = "min-device-height"; public static readonly string MinAspectRatio = "min-aspect-ratio"; public static readonly string MinResolution = "min-resolution"; public static readonly string MinColor = "min-color"; public static readonly string MinColorIndex = "min-color-index"; public static readonly string MinMonochrome = "min-monochrome"; public static readonly string MinDevicePixelRatio = "min-device-pixel-ratio"; public static readonly string MaxWidth = "max-width"; public static readonly string MaxHeight = "max-height"; public static readonly string MaxDeviceWidth = "max-device-width"; public static readonly string MaxDeviceHeight = "max-device-height"; public static readonly string MaxAspectRatio = "max-aspect-ratio"; public static readonly string MaxResolution = "max-resolution"; public static readonly string MaxColor = "max-color"; public static readonly string MaxColorIndex = "max-color-index"; public static readonly string MaxMonochrome = "max-monochrome"; public static readonly string MaxDevicePixelRatio = "max-device-pixel-ratio"; public static readonly string Width = "width"; public static readonly string Height = "height"; public static readonly string DeviceWidth = "device-width"; public static readonly string DeviceHeight = "device-height"; public static readonly string AspectRatio = "aspect-ratio"; public static readonly string Resolution = "resolution"; public static readonly string Color = "color"; public static readonly string ColorIndex = "color-index"; public static readonly string Monochrome = "monochrome"; public static readonly string Orientation = "orientation"; public static readonly string Grid = "grid"; public static readonly string Scan = "scan"; public static readonly string DevicePixelRatio = "device-pixel-ratio"; public static readonly string MinDeviceAspectRatio = "min-device-aspect-ratio"; public static readonly string MaxDeviceAspectRatio = "max-device-aspect-ratio"; public static readonly string DeviceAspectRatio = "device-aspect-ratio"; public static readonly string UpdateFrequency = "update-frequency"; public static readonly string Scripting = "scripting"; public static readonly string Pointer = "pointer"; public static readonly string Hover = "hover"; } }