Table of Contents

Class MultipartFormDataKeyValuePair

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

A key-value pair that represents a segment of a multi-part form data. Can contain values corresponding a form field content, an upload file content, etc.

public sealed class MultipartFormDataKeyValuePair
Inheritance
MultipartFormDataKeyValuePair
Inherited Members

Constructors

MultipartFormDataKeyValuePair(string, FileValue)

Creates an instance from the given key and value.

MultipartFormDataKeyValuePair(string, string)

Creates an instance from the given key and value.

Properties

FileValue

The file representation of the data.

Key

The form content segment key.

StringValue

The string representation of the data.