MultipartFormDataKeyValuePair Constructor (String, FileValue) | 
 
                Creates an instance from the given key and value.
            
 
    Namespace: 
   DotNetBrowser.Net
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.6
Syntaxpublic MultipartFormDataKeyValuePair(
	string key,
	FileValue value
)
Parameters
- key
 - Type: SystemString
The form content segment key. - value
 - Type: DotNetBrowser.NetFileValue
The segment value representing the file content. 
See Also