Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Frame.CacheSize Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?