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

C# | Visual Basic | Visual C++ |
public static string GetHtmlFromURL( string url )
Public Shared Function GetHtmlFromURL ( url As String ) As String
public: static String^ GetHtmlFromURL( String^ url )

- url (String)
- The URL from where to get the HTML

String
The page HTML string
The page HTML string
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)