DocumentNavigate Method (Url) |
Loads the document at the specified Uniform Resource Locator (URL) into the current instance, replacing the previous content.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.5
Syntaxpublic void Navigate(
Url url
)
Public Sub Navigate (
url As Url
)
public:
void Navigate(
Url^ url
)
member Navigate :
url : Url -> unit
Parameters
- url
- Type: Aspose.HtmlUrl
The document URL.
See Also