HtmlWebLoad Method (String, String) |
Loads an HTML document from an Internet resource.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public HtmlDocument Load(
string url,
string method
)
Public Function Load (
url As String,
method As String
) As HtmlDocument
Parameters
- url
- Type: SystemString
The requested URL, such as "http://Myserver/Mypath/Myfile.asp". - method
- Type: SystemString
The HTTP method used to open the connection, such as GET, POST, PUT, or PROPFIND.
Return Value
Type:
HtmlDocumentA new HTML document.
See Also