Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.34 KB

pagestackentry.md

File metadata and controls

23 lines (15 loc) · 1.34 KB
-api-id -api-type
T:Windows.UI.Xaml.Navigation.PageStackEntry
winrt class

Windows.UI.Xaml.Navigation.PageStackEntry

-description

Represents an entry in the BackStack or ForwardStack of a Frame.

-remarks

This class contains info about a specific navigation in the history of a Frame. It typically represents entries in the BackStack and ForwardStack as a result of previous Frame navigations. You can also use this class to add new entries to the navigation history for special purposes. For example, when the user navigates to a specific page using a secondary tile, you can add an entry for the app's main page to the BackStack. This will enable the back button on the secondary tile's page so that the user can easily navigate from there to the home page.

-examples

-see-also

DependencyObject