Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 480 Bytes

frame_cachesize.md

File metadata and controls

30 lines (19 loc) · 480 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Frame.CacheSize
winrt property

Windows.UI.Xaml.Controls.Frame.CacheSize

-description

Gets or sets the number of pages in the navigation history that can be cached for the frame.

-xaml-syntax

<Frame CacheSize="int" />

-property-value

The number of pages that can be in the navigation history.

-remarks

-examples

-see-also