Table of Contents

Class MediaFeatureValue

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
public class MediaFeatureValue
Inheritance
MediaFeatureValue

Properties

MediaFeature

The CSS media feature name. Supported names are 'prefers-colors-scheme' and 'prefers-reduced-motion'.

public MediaFeature MediaFeature { get; set; }

Property Value

MediaFeature

Value

The value for the given CSS media feature.

public string Value { get; set; }

Property Value

string