Frame.JournalOwnership Property

Definition

Gets or sets whether a Frame is responsible for managing its own navigation history, or yields navigation history management to a parent navigator (NavigationWindow, Frame).

C#
public System.Windows.Navigation.JournalOwnership JournalOwnership { get; set; }

Property Value

A JournalOwnership value that specifies whether Frame manages its own journal. The default value is Automatic.

Examples

The following example illustrates a Frame that is configured to use its own navigation history.

XAML
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">

  <!-- Frame that uses its own journal -->
  <Frame JournalOwnership="OwnsJournal" Source="Page2.xaml" />

</Page>

Remarks

By default, Frame will use its own navigation history only if a parent navigation host (NavigationWindow, Frame) with its own journal cannot be found (for example, if a Frame is hosted in content that is hosted by a Window). To force Frame to manage its own navigation history, set JournalOwnership to OwnsJournal.

Dependency Property Information

Item Value
Identifier field JournalOwnershipProperty
Metadata properties set to true None

Applies to

Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10