Click or drag to resize

HtmlWebLoad Method (String)

Gets an HTML document from an Internet resource.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public HtmlDocument Load(
	string url
)

Parameters

url
Type: SystemString
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".

Return Value

Type: HtmlDocument
A new HTML document.
See Also