Navigate(String,Boolean) Method
In This Topic
Navigates to the URL.
Syntax
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1054:UriParametersShouldNotBeStrings",
Scope="",
Target="",
MessageId="",
Justification="")>
Overloads Sub Navigate( _
ByVal As String, _
ByVal As Boolean _
)
'Usage
Dim instance As IWebControl
Dim Url As String
Dim newWindow As Boolean
instance.Navigate(Url, newWindow)
[SuppressMessage(Category="Microsoft.Design",
CheckId="CA1054:UriParametersShouldNotBeStrings",
Scope="",
Target="",
MessageId="",
Justification="")]
void Navigate(
string ,
bool
)
Parameters
- Url
- The web document URL
- newWindow
- Determines if the new page is in a new window.
See Also