Frame.CacheSize Property

Definition

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

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

Int32

int

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

Applies to