Enum JournalOwnership
Used by the Frame to indicate what type of journal it should use.
Namespace: System.Windows.Navigation
Assembly: Controls.Navigation.OpenSilver.dll
Syntax
public enum JournalOwnership
Fields
Name | Description |
---|---|
Automatic | Indicates that the Frame should walk up the visual tree to determine if it is top-level. If it is top-level, this is the same as UsesParentJournal. If it is not top-level, this is the same as OwnsJournal. |
OwnsJournal | Indicates that the Frame should keep its own journal and not integrate with the browser. This option can be set on any Frame |
UsesParentJournal | Indicates that the Frame should integrate with the browser journal. If this Frame is not a top-level Frame, this is not valid and an exception will be thrown. |