Click or drag to resize

FormData 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 FormData(
	IReadOnlyCollection<KeyValuePair<string, string>> data
)

Parameters

data
Type: System.Collections.GenericIReadOnlyCollectionKeyValuePairString, String
The key-value pairs that represent segments of the form data.
See Also