INavigationService.NavigateBack(Int32) Method

Definition

Moves backward to a previous page.

public:
 bool NavigateBack(int steps);
public bool NavigateBack (int steps);
abstract member NavigateBack : int -> bool
Public Function NavigateBack (steps As Integer) As Boolean

Parameters

steps
Int32

The number of pages to move backward.

Returns

true if navigation was successful; otherwise, false.

Applies to