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