ExpertPdf Html to Pdf Converter Library
GetHtmlFromURL Method (url)
NamespacesExpertPdf.HtmlToPdfConverterUtilsGetHtmlFromURL(String)
ExpertPdf Html to Pdf Converter Library
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
Declaration Syntax
C#Visual BasicVisual C++
public static string GetHtmlFromURL(
	string url
)
Public Shared Function GetHtmlFromURL ( 
	url As String
) As String
public:
static String^ GetHtmlFromURL(
	String^ url
)
Parameters
url (String)
The URL from where to get the HTML
Return Value
String
The page HTML string

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)