CustomContentState.JournalEntryName 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 the name for the content that is stored in navigation history. The value of JournalEntryName is displayed from NavigationWindow, Frame, and browser navigation UI.
public:
virtual property System::String ^ JournalEntryName { System::String ^ get(); };
public virtual string JournalEntryName { get; }
member this.JournalEntryName : string
Public Overridable ReadOnly Property JournalEntryName As String
Property Value
The name of the content that's stored in navigation history.
Remarks
Entries stored in back and forward navigation history are typically available from the back and forward drop down navigation buttons on the navigation UI of the host navigator, including NavigationWindow, Frame, or a web browser.
JournalEntryName is the String value that is displayed in a navigation history drop down list.
JournalEntryName does not have to be overridden; if not, the following pieces of data are used to automatically construct a navigation history entry name, in order of precedence:
- Title.
- WindowTitle and the uniform resource identifier (URI) for the current page.
- The uniform resource identifier (URI) for the current page.