Table of Contents

Class FormData

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

The list of key-value pairs each representing a segment of a form data. Can be empty if the form doesn't contain any data.

public sealed class FormData : UploadData, IUploadData<IReadOnlyCollection<KeyValuePair<string, string>>>, IUploadData
Inheritance
FormData
Implements
Inherited Members

Constructors

FormData(IReadOnlyCollection<KeyValuePair<string, string>>)

Creates a new instance containing the specified key-value pairs.

Properties

Data

The key-value pairs that represent segments of the form data.