Compartir a través de


WebPresenter.Navigate Method (String, Boolean)

Navigates to the specified URL.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As WebPresenter
Dim url As String
Dim findUrl As Boolean

instance.Navigate(url, findUrl)

Syntax

'Declaration
Public Sub Navigate ( _
    url As String, _
    findUrl As Boolean _
)
public void Navigate (
    string url,
    bool findUrl
)
public:
void Navigate (
    String^ url, 
    bool findUrl
)
public void Navigate (
    String url, 
    boolean findUrl
)
public function Navigate (
    url : String, 
    findUrl : boolean
)

Parameters

  • url
    Specifies the URL.
  • findUrl
    Specifies whether the URL was found or not.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

WebPresenter Class
WebPresenter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.