Click or drag to resize

ConverterUtilsGetHtmlFromURL Method (HttpWebRequest, Encoding)

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

Parameters

request
Type: System.NetHttpWebRequest
The HttpWebRequest object to to make the HTTP request
pageEncoding
Type: System.TextEncoding
The encoding used to build the resulted string object

Return Value

Type: String
The page HTML string
See Also