MultipartFormDataKeyValuePair Constructor (String, FileValue) |
Creates an instance from the given key and value.
Namespace:
DotNetBrowser.Net
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public 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