Table of Contents

Constructor MultipartFormData

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

MultipartFormData(IReadOnlyCollection<MultipartFormDataKeyValuePair>)

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

public MultipartFormData(IReadOnlyCollection<MultipartFormDataKeyValuePair> data)

Parameters

data IReadOnlyCollection<MultipartFormDataKeyValuePair>

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