HtmlForm Class
The html form.
Inheritance Hierarchy
System Object
  CrawlerLib.Engine.Workflow.Http HtmlForm

Namespace: CrawlerLib.Engine.Workflow.Http
Assembly: CrawlerLib.Engine (in CrawlerLib.Engine.dll) Version: 2.1.5266.11517 (2.1.5266.11517)
Syntax
public class HtmlForm

The HtmlForm type exposes the following members.

Constructors
  NameDescription
HtmlForm
Initializes a new instance of the HtmlForm class
Top
Methods
  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetForm
The get form.
GetForms
The get forms.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetOrAddInput
The get or add input.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetUrlEncodedFormData
The get url encoded form data.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Inputs
The inputs.
Top
Properties
  NameDescription
AcceptCharset
Gets or sets the accept charset.
Action
Gets or sets the action.
Enctype
Gets or sets the enctype.
Method
Gets or sets the method.
Target
Gets or sets the target.
Top
See Also