Show / Hide Table of Contents

Enum NavigationCacheMode

Used to describe how a Page should be cached when used by a Frame

Namespace: System.Windows.Navigation
Assembly: OpenSilver.Controls.Navigation.dll
Syntax
public enum NavigationCacheMode

Fields

Name Description
Disabled

The Page should never be cached, and a new instance should be created on each navigation.

Enabled

The Page should be cached only within the size of the cache on the Frame, and thrown away if it would exceed that.

Required

The Page should always be cached, and kept around forever, reused in all subsequent navigations to the same Uri.

  • Improve this Doc
  • View Source