Table of Contents

Class Header

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll
public class Header
Inheritance
Header
Inherited Members

Constructors

Header()

public Header()

Properties

Name

Name of the header.

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

Property Value

string

Value

Value of the header.

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

Property Value

string