Converter |
The ConverterUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| GetHtmlFromURL(String) | Get the HTML code from the specified URL. Use the autodetermined page encoding to create the resulted string object. The default code page is UTF8 if the page has no encoding specified | |
| GetHtmlFromURL(HttpWebRequest, Encoding) | ||
| GetHtmlFromURL(String, Encoding) | Get the HTML code from the specified URL. Use the specified page encoding to create the resulted string object. |