Click or drag to resize
HtmlWeb.Load Method (String, String)
Loads an HTML document from an Internet resource.

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

Parameters

url
Type: System.String
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
method
Type: System.String
The HTTP method used to open the connection, such as GET, POST, PUT, or PROPFIND.

Return Value

Type: HtmlDocument
A new HTML document.
See Also