INavigationService.NavigateForward Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves forward to the next page.
public:
bool NavigateForward();
public bool NavigateForward ();
abstract member NavigateForward : unit -> bool
Public Function NavigateForward () As Boolean
Returns
true
if navigation was successful; otherwise, false
.