InfoConnect API Guide
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
     
    
    <SuppressMessageAttribute("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings")>
    Overloads Sub Navigate( _
       ByVal Url As String _
    ) 
    'Usage
     
    
    Dim instance As IWebControl
    Dim Url As String
     
    instance.Navigate(Url)
    [SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings")]
    void Navigate( 
       string Url
    )

    Parameters

    Url
    The Web document URL.
    See Also