HtmlFormLoad Method |
Name | Description | |
---|---|---|
Load(Uri, HtmlFormDefinition) |
Loads the form specified by the provided form definition.
| |
Load(Uri, KeyValuePairString, String) |
Loads the form specified by identifying attribute on the page at the specified URL.
| |
Load(Uri, Int32) |
Loads the form specified by ordinal on the page at the specified URL.
| |
Load(Uri, String, KeyValuePairString, String) |
Loads the form specified by identifying attribute in the provided HTML.
| |
Load(Uri, String, Int32) |
Loads the form specified by ordinal in the provided HTML.
| |
Load(Uri, String, String) | Obsolete.
Loads the form specified by identifying attributes on the page at the specified URL.
| |
Load(Uri, String, String, String) | Obsolete.
Loads the form specified by identifying attributes in the provided HTML.
|