| HtmlWebLoad Method (String) | 
            Gets an HTML document from an Internet resource.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic HtmlDocument Load(
	string url
)
Public Function Load ( 
	url As String
) As HtmlDocument
Parameters
- url
 - Type: SystemString
The requested URL, such as "http://Myserver/Mypath/Myfile.asp". 
Return Value
Type: 
HtmlDocumentA new HTML document.
See Also