Table of Contents

Class ShorthandEntry

Namespace
OpenQA.Selenium.DevTools.V85.CSS
Assembly
WebDriver.dll

ShorthandEntry

public sealed class ShorthandEntry
Inheritance
ShorthandEntry
Inherited Members

Properties

Important

important

[JsonPropertyName("important")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Important { get; set; }

Property Value

bool?

Name

name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Value

value

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string