HtmlWeb Methods |
The HtmlWeb type exposes the following members.
Name | Description | |
---|---|---|
CreateInstance(String, Type) |
Creates an instance of the given type from the specified Internet resource.
| |
CreateInstance(String, String, XsltArgumentList, Type) |
Creates an instance of the given type from the specified Internet resource.
| |
CreateInstance(String, String, XsltArgumentList, Type, String) |
Creates an instance of the given type from the specified Internet resource.
| |
Get(String, String) |
Gets an HTML document from an Internet resource and saves it to the specified file.
| |
Get(String, String, String) |
Gets an HTML document from an Internet resource and saves it to the specified file.
| |
Get(String, String, WebProxy, NetworkCredential) |
Gets an HTML document from an Internet resource and saves it to the specified file. - Proxy aware
| |
Get(String, String, WebProxy, NetworkCredential, String) |
Gets an HTML document from an Internet resource and saves it to the specified file. Understands Proxies
| |
GetCachePath |
Gets the cache file path for a specified url.
| |
GetContentTypeForExtension |
Gets the MIME content type for a given path extension.
| |
GetExtensionForContentType |
Gets the path extension for a given MIME content type.
| |
Load(String) |
Gets an HTML document from an Internet resource.
| |
Load(String, String) |
Loads an HTML document from an Internet resource.
| |
Load(String, String, WebProxy, NetworkCredential) |
Loads an HTML document from an Internet resource.
| |
Load(String, String, Int32, String, String) |
Gets an HTML document from an Internet resource.
| |
LoadHtmlAsXml(String, XmlTextWriter) |
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter.
| |
LoadHtmlAsXml(String, String, XsltArgumentList, XmlTextWriter) |
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter, after an XSLT transformation.
| |
LoadHtmlAsXml(String, String, XsltArgumentList, XmlTextWriter, String) |
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter, after an XSLT transformation.
|