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