ConverterUtilsGetHtmlFromURL Method (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
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public static string GetHtmlFromURL(
string url
)
Public Shared Function GetHtmlFromURL (
url As String
) As String
Parameters
- url
- Type: SystemString
The URL from where to get the HTML
Return Value
Type:
StringThe page HTML string
See Also