Click or drag to resize
ConverterUtils Methods

The ConverterUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetHtmlFromURL(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
Public methodStatic memberGetHtmlFromURL(HttpWebRequest, Encoding)
Public methodStatic memberGetHtmlFromURL(String, Encoding)
Get the HTML code from the specified URL. Use the specified page encoding to create the resulted string object.
Public methodStatic memberRenderHtmlFromURL
Retrieves the HTML code from a URL and executes the JavaScript code. The GetHtmlFromURL only retrieves the HTML code as returned by the server
Top
See Also