Click or drag to resize

ConverterUtils Methods

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.
Top
See Also