DocumentNavigate Method (String) |
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(
string address
)
Public Sub Navigate (
address As String
)
public:
void Navigate(
String^ address
)
member Navigate :
address : string -> unit
Parameters
- address
- Type: SystemString
The document address. It will be combined with the current directory path to form an absolute URL.
See Also