Admin Production rocket
Current Publication

Navigate(String,String) Method

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
The Web document URL.
The name of the frame in which to load the document.
Navigate(String,String) Method
In This Topic
Navigates to the URL and displays the content in the frame pointed to by targetFrameName.
Syntax

                     
                     
'Declaration
 

                     
                     
Overloads Sub Navigate( _
   ByVal Url As String, _
   ByVal targetFrameName As String _
) 

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IWebControl
Dim Url As String
Dim targetFrameName As String
 
instance.Navigate(Url, targetFrameName)

                  

                     
                     
void Navigate( 
   string Url,
   string targetFrameName
)

                  

Parameters

Url
The Web document URL.
targetFrameName
The name of the frame in which to load the document.
See Also