Table of Contents

Constructor MultipartFormDataKeyValuePair

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

MultipartFormDataKeyValuePair(string, FileValue)

Creates an instance from the given key and value.

public MultipartFormDataKeyValuePair(string key, FileValue value)

Parameters

key string

The form content segment key.

value FileValue

The segment value representing the file content.

MultipartFormDataKeyValuePair(string, string)

Creates an instance from the given key and value.

public MultipartFormDataKeyValuePair(string key, string value)

Parameters

key string

The form content segment key.

value string

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