Click or drag to resize

FormData Class

The list of key-value pairs each representing a segment of a form data. Can be empty if the form doesn't contain any data.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.NetFormData

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class FormData : IUploadData<IReadOnlyCollection<KeyValuePair<string, string>>>, 
	IUploadData

The FormData type exposes the following members.

Constructors
  NameDescription
Public methodFormData
Creates a new instance containing the specified key-value pairs.
Top
Properties
  NameDescription
Public propertyData
The key-value pairs that represent segments of the form 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