Table of Contents

Class FilePayload

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

Constructors

FilePayload()

public FilePayload()

Properties

Buffer

File content

[Required]
[JsonPropertyName("buffer")]
public byte[] Buffer { get; set; }

Property Value

byte[]

MimeType

File type

[Required]
[JsonPropertyName("mimeType")]
public string MimeType { get; set; }

Property Value

string

Name

File name

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

Property Value

string