Share via


Frame.BackStack Property

Definition

Gets a collection of PageStackEntry instances representing the backward navigation history of the Frame.

public IList<PageStackEntry> BackStack { get; }

Property Value

The backward navigation stack.

Applies to

See also