MultipartFormData Constructor |
Creates a new instance containing the specified key-value pairs.
Namespace:
DotNetBrowser.Net
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax 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