INavigationService.NavigateBack(Int32) 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 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
.