Constructor FormData
- Namespace
- DotNetBrowser.Net
- Assembly
- DotNetBrowser.dll
FormData(IReadOnlyCollection<KeyValuePair<string, string>>)
Creates a new instance containing the specified key-value pairs.
public FormData(IReadOnlyCollection<KeyValuePair<string, string>> data)
Parameters
data
IReadOnlyCollection<KeyValuePair<string, string>>The key-value pairs that represent segments of the form data.