HtmlFormLoad Method (Uri, KeyValuePairString, String) |
Loads the form specified by identifying attribute on the page at the specified URL.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public void Load(
Uri formUrl,
KeyValuePair<string, string> identifyingAttribute
)
Public Sub Load (
formUrl As Uri,
identifyingAttribute As KeyValuePair(Of String, String)
)
public:
void Load(
Uri^ formUrl,
KeyValuePair<String^, String^> identifyingAttribute
)
member Load :
formUrl : Uri *
identifyingAttribute : KeyValuePair<string, string> -> unit
Parameters
- formUrl
- Type: SystemUri
Contains the URL of the page containing the form. - identifyingAttribute
- Type: System.Collections.GenericKeyValuePairString, String
Contains the form attribute/value to be used to identify the form to load.
See Also