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 _
)
'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
)
Parameters
- Url
- The Web document URL.
See Also