Click or drag to resize

MultipartFormDataKeyValuePair Constructor (String, String)

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,
	string value
)

Parameters

key
Type: SystemString
The form content segment key.
value
Type: SystemString
The segment value representing the form content segment value. Can be empty if the keydoes not correspond to any value. For example, an empty form field
See Also