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