Click or drag to resize

HtmlWeb Methods

The HtmlWeb type exposes the following members.

Methods
  NameDescription
Public methodCreateInstance(String, Type)
Creates an instance of the given type from the specified Internet resource.
Public methodCreateInstance(String, String, XsltArgumentList, Type)
Creates an instance of the given type from the specified Internet resource.
Public methodCreateInstance(String, String, XsltArgumentList, Type, String)
Creates an instance of the given type from the specified Internet resource.
Public methodGet(String, String)
Gets an HTML document from an Internet resource and saves it to the specified file.
Public methodGet(String, String, String)
Gets an HTML document from an Internet resource and saves it to the specified file.
Public methodGet(String, String, WebProxy, NetworkCredential)
Gets an HTML document from an Internet resource and saves it to the specified file. - Proxy aware
Public methodGet(String, String, WebProxy, NetworkCredential, String)
Gets an HTML document from an Internet resource and saves it to the specified file. Understands Proxies
Public methodGetCachePath
Gets the cache file path for a specified url.
Public methodStatic memberGetContentTypeForExtension
Gets the MIME content type for a given path extension.
Public methodStatic memberGetExtensionForContentType
Gets the path extension for a given MIME content type.
Public methodLoad(String)
Gets an HTML document from an Internet resource.
Public methodLoad(String, String)
Loads an HTML document from an Internet resource.
Public methodLoad(String, String, WebProxy, NetworkCredential)
Loads an HTML document from an Internet resource.
Public methodLoad(String, String, Int32, String, String)
Gets an HTML document from an Internet resource.
Public methodLoadHtmlAsXml(String, XmlTextWriter)
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter.
Public methodLoadHtmlAsXml(String, String, XsltArgumentList, XmlTextWriter)
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter, after an XSLT transformation.
Public methodLoadHtmlAsXml(String, String, XsltArgumentList, XmlTextWriter, String)
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter, after an XSLT transformation.
Top
See Also