Navigate Method (WPFNavigationWindow)

Class

WPFNavigationWindow class

Action

Navigates asynchronously to the specified source content.

Syntax

bResult = navigationWindow.Navigate(uri)
Variable Description
bResult True if a navigation is not canceled; otherwise, false. BOOLEAN.
uri The URI for the desired content. STRING.