NavigationEventArgs.IsNew 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 a value indicating whether the navigation action is from a new navigation session or an existing navigation session.
public:
property bool IsNew { bool get(); };
public bool IsNew { get; }
member this.IsNew : bool
Public ReadOnly Property IsNew As Boolean
Property Value
true
if the action is from a new navigation session; otherwise, false
.
Remarks
The IsNew property is true
if the user clicks another node in the Connections pane in IIS Manager or navigates to another page without clicking the Back or Forward buttons on the toolbar. IsNew is false
if the user navigates to a page by using the Back or Forward buttons on the toolbar.