Frame.CacheSize Property
Definition
Gets or sets the number of pages in the navigation history that can be cached for the frame.
Equivalent WinUI property: Microsoft.UI.Xaml.Controls.Frame.CacheSize.
public:
property int CacheSize { int get(); void set(int value); };
int CacheSize();
void CacheSize(int value);
public int CacheSize { get; set; }
var int32 = frame.cacheSize;
frame.cacheSize = int32;
Public Property CacheSize As Integer
<Frame CacheSize="int" />
Property Value
The number of pages that can be in the navigation history.