Reflection
Navigate(String) Method


The Web document URL.
Navigates to the URL.
Syntax
'Declaration
 
<SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1054:UriParametersShouldNotBeStrings", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
Overloads Sub Navigate( _
   ByVal Url As String _
) 
'Usage
 
Dim instance As IWebControl
Dim Url As String
 
instance.Navigate(Url)
[SuppressMessage(Category="Microsoft.Design", 
   CheckId="CA1054:UriParametersShouldNotBeStrings", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
void Navigate( 
   string Url
)

Parameters

Url
The Web document URL.
See Also