The methods of the LoadWebPage class are listed below. For a complete list of LoadWebPage class members, see the LoadWebPage Members topic.
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Load | Overloaded. Load a web page from the specified stream. |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
FindEndTag | Find the end tag that lines up to the beginning tag. |
LoadContents | Using the data units, which should have already been loaded by this time, load the contents of the web page. This includes the title, any links and forms. Div tags and spans are also processed. |
LoadDataUnits | Load the data units. Once the lower level data units have been loaded, the contents can be loaded. |
LoadForm | Called by loadContents to load a form on the page. |
LoadInput | Called by loadContents to load an input tag on the form. |
LoadLink | Called by loadContents to load a link on the page. |
LoadTitle | Called by loadContents to load the title of the page. |
MemberwiseClone (inherited from Object) |