Table of Contents

Class MultipartFormData

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

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

public sealed class MultipartFormData : UploadData, IUploadData<IReadOnlyCollection<MultipartFormDataKeyValuePair>>, IUploadData
Inheritance
MultipartFormData
Implements
Inherited Members

Constructors

MultipartFormData(IReadOnlyCollection<MultipartFormDataKeyValuePair>)

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

Properties

Data

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