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