Click or drag to resize

HtmlFormLoad Method

Overload List
  NameDescription
Public methodLoad(Uri, HtmlFormDefinition)
Loads the form specified by the provided form definition.
Public methodLoad(Uri, KeyValuePairString, String)
Loads the form specified by identifying attribute on the page at the specified URL.
Public methodLoad(Uri, Int32)
Loads the form specified by ordinal on the page at the specified URL.
Public methodLoad(Uri, String, KeyValuePairString, String)
Loads the form specified by identifying attribute in the provided HTML.
Public methodLoad(Uri, String, Int32)
Loads the form specified by ordinal in the provided HTML.
Public methodLoad(Uri, String, String) Obsolete.
Loads the form specified by identifying attributes on the page at the specified URL.
Public methodLoad(Uri, String, String, String) Obsolete.
Loads the form specified by identifying attributes in the provided HTML.
Top
See Also