Xamarin.Forms.NavigationPage Class
A Xamarin.Forms.Page that manages the navigation and user-experience of a stack of other pages.

See Also: NavigationPage Members

Syntax

public class NavigationPage : Page, IPageContainer<Page>

Remarks

Note that on the Android platform, Xamarin.Forms.INavigation operations do not generate activity lifecycle notifications. For each Xamarin.Forms.Page that you push or pop, the Android implementation of Xamarin.Forms.NavigationPage simply adds or removes the content of the page to or from a single activity.

Also note that the Windows Phone platform provides navigation natively. Therefore, you do not need to use a Xamarin.Forms.NavigationPage object to get navigation on that platform.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0