Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / Navigate Method / Navigate(String) Method
The Web document URL.


In This Topic
Navigate(String) Method
In This Topic
Navigates to the URL.
Syntax
'Declaration
 
Overloads Sub Navigate( _
   ByVal Url As String _
) 
 
'Usage
 
Dim instance As IWebControl
Dim Url As String
 
instance.Navigate(Url)

Parameters

Url
The Web document URL.
See Also