Attachmate.Reflection Assembly > Attachmate.Reflection.Web.Msie Namespace > IWebControl Interface > Navigate Method : Navigate(String) Method |
'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 )