Click or drag to resize

MultipartFormData Constructor

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

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public MultipartFormData(
	IReadOnlyCollection<MultipartFormDataKeyValuePair> data
)

Parameters

data
Type: System.Collections.GenericIReadOnlyCollectionMultipartFormDataKeyValuePair
The key-value pairs that represent segments of the multi-part form data.
See Also