Intersoft ClientUI Documentation
NavigateToUri Method



Syntax
Public Shared Sub NavigateToUri( _
   ByVal sourceElement As UIElement, _
   ByVal targetUri As Uri, _
   ByVal targetWindow As String _
) 
Dim sourceElement As UIElement
Dim targetUri As Uri
Dim targetWindow As String
 
CrossPlatform.NavigateToUri(sourceElement, targetUri, targetWindow)
public static void NavigateToUri( 
   UIElement sourceElement,
   Uri targetUri,
   string targetWindow
)
public:
static void NavigateToUri( 
   UIElement^ sourceElement,
   Uri^ targetUri,
   String^ targetWindow
) 

Parameters

sourceElement
targetUri
targetWindow
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CrossPlatform Class
CrossPlatform Members

Send Feedback