Navigate Method (WPFNavigationWindow)
Class
WPFNavigationWindow
.
Action
Navigates asynchronously to the specified source content.
Syntax
result
=
navigationWindow
.
Navigate
(
uri
)
Variable
Description
result
True if a navigation is not canceled; otherwise, false.
Boolean
.
uri
The URI for the desired content.
String
.