CustomContentState.JournalEntryName Property

Definition

The name for the content that is stored in navigation history. The value of JournalEntryName is displayed from NavigationWindow, Frame, and Windows Internet Explorer 7 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 String name of the content that is 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 Windows Internet Explorer 7.

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.

Applies to

See also