Click or drag to resize

MultipartFormDataKeyValuePair Class

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.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.NetMultipartFormDataKeyValuePair

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class MultipartFormDataKeyValuePair

The MultipartFormDataKeyValuePair type exposes the following members.

Constructors
  NameDescription
Public methodMultipartFormDataKeyValuePair(String, FileValue)
Creates an instance from the given key and value.
Public methodMultipartFormDataKeyValuePair(String, String)
Creates an instance from the given key and value.
Top
Properties
  NameDescription
Public propertyFileValue
The file representation of the data.
Public propertyKey
The form content segment key.
Public propertyStringValue
The string representation of the data.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also