DownloadString (returns String) |
(URL String)
Download content from the specified URL
|
GetLinks (returns String[]) |
(html content String)
Get all links from the provided content
|
GetLinksByAnchor (returns String[]) |
(html content String, anchor text String)
Get links from the specified content that contains the provided anchor
|
GetHTMLElements (returns HTMLElement[]) |
(parameterless)
Get HTML elements by tag name
|
GetHTMLElementsByTag (returns HTMLElement[]) |
(html content String, anchor text String)
Get HTML elements by tag name
|