The members of Xamarin.Forms.INavigation are listed below.
| [read-only] | ModalStack | IReadOnlyList<Page>. Gets the modal navigation stack. |
| [read-only] | NavigationStack | IReadOnlyList<Page>. Gets the stack of pages in the navigation. |
InsertPageBefore(Page, Page)Inserts a page in the navigation stack before an existing page in the stack. | ||
PopAsync()Asynchronously removes the most recent Xamarin.Forms.Page from the navigation stack. | ||
PopAsync(bool)Asynchronously removes the most recent Xamarin.Forms.Page from the navigation stack, with optional animation. | ||
PopModalAsync()Asynchronously dismisses the most recent modally presented Xamarin.Forms.Page. | ||
PopModalAsync(bool)Asynchronously dismisses the most recent modally presented Xamarin.Forms.Page, with optional animation. | ||
PopToRootAsync()Pops all but the root Xamarin.Forms.Page off the navigation stack. | ||
PopToRootAsync(bool)Pops all but the root Xamarin.Forms.Page off the navigation stack, with optional animation. | ||
PushAsync(Page)Asynchronously adds a Xamarin.Forms.Page to the top of the navigation stack. | ||
PushAsync(Page, bool)Asynchronously adds a Xamarin.Forms.Page to the top of the navigation stack, with optional animation. | ||
PushModalAsync(Page)Presents a Xamarin.Forms.Page modally. | ||
PushModalAsync(Page, bool)Presents a Xamarin.Forms.Page modally, with optional animation. | ||
RemovePage(Page)Removes the specified page from the navigation stack. | ||