Click or drag to resize

MultipartFormDataKeyValuePair Constructor (String, FileValue)

Creates an instance from the given key and value.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
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