ConverterUtils Methods |
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.
|
![]() ![]() | RenderHtmlFromURL |
Retrieves the HTML code from a URL and executes the JavaScript code.
The GetHtmlFromURL only retrieves the HTML code as returned by the server
|