'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings")> Overloads Sub Navigate( _ ByVal Url As String, _ ByVal newWindow As Boolean _ )
'Usage
Dim instance As IWebControl Dim Url As String Dim newWindow As Boolean instance.Navigate(Url, newWindow)
[SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings")] void Navigate( string Url, bool newWindow )
Parameters
- Url
- The web document URL
- newWindow
- Determines if the new page is in a new window.