HtmlForm Class |
Namespace: CrawlerLib.Engine.Workflow.Http
The HtmlForm type exposes the following members.
Name | Description | |
---|---|---|
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.) |
Name | Description | |
---|---|---|
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.
|