Click or drag to resize

HtmlWebLoadHtmlAsXml Method (String, XmlTextWriter)

Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
public void LoadHtmlAsXml(
	string htmlUrl,
	XmlTextWriter writer
)

Parameters

htmlUrl
Type: SystemString
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
writer
Type: System.XmlXmlTextWriter
The XmlTextWriter to which you want to save.
See Also