Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 672 Bytes

frame_isnavigationstackenabled.md

File metadata and controls

30 lines (17 loc) · 672 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.Frame.IsNavigationStackEnabled
winrt property
RS5

Windows.UI.Xaml.Controls.Frame.IsNavigationStackEnabled

-description

Gets or sets a value that indicates whether navigation is recorded in the Frame's ForwardStack or BackStack.

-property-value

true if navigation is recorded in the Frame's ForwardStack or BackStack; otherwise, false. The default is true.

-remarks

-see-also

BackStack, ForwardStack

-examples