Click or drag to resize

ConverterUtilsGetHtmlFromURL(String, Encoding) Method

Get the HTML code from the specified URL. Use the specified page encoding to create the resulted string object.

Namespace: ExpertPdf.HtmlToPdf
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public static string GetHtmlFromURL(
	string url,
	Encoding pageEncoding
)

Parameters

url  String
The URL from where to get the HTML
pageEncoding  Encoding
The encoding used to build the resulted string object

Return Value

String
The page HTML string
See Also