HistoryOrientedPageSession Class

A derived class of the PageSession class with an internal page stack for tracking page navigation. For example, you can navigate back one page.

This class is similar to the PageSession class, which is simpler and requires you to maintain your own page stack for page navigation. 

Syntax

public class HistoryOrientedPageSession : PageSession

Public Instance Constructors

Constructor Description
HistoryOrientedPageSession Initializes a new instance of this class.

Public Instance Methods

Method Description
BackPage Navigates back to the previous page within the current application.
GoToPage Navigates to a specific page.

Public Instance Properties

Property Description
CurrentPage Retrieves the current page.

See Also