NavigationProxy Class
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.
For internal use by the Xamarin.Forms platform.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class NavigationProxy : Xamarin.Forms.INavigation
type NavigationProxy = class
interface INavigation
- Inheritance
-
System.ObjectNavigationProxy
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute
- Implements
Constructors
NavigationProxy() |
For internal use by the Xamarin.Forms platform. |
Properties
Inner |
For internal use by the Xamarin.Forms platform. |
ModalStack |
For internal use by the Xamarin.Forms platform. |
NavigationStack |
For internal use by the Xamarin.Forms platform. |
Methods
GetModalStack() |
For internal use by the Xamarin.Forms platform. |
GetNavigationStack() |
For internal use by the Xamarin.Forms platform. |
InsertPageBefore(Page, Page) |
For internal use by the Xamarin.Forms platform. |
OnInsertPageBefore(Page, Page) |
For internal use by the Xamarin.Forms platform. |
OnPopAsync(Boolean) |
For internal use by the Xamarin.Forms platform. |
OnPopModal(Boolean) |
For internal use by the Xamarin.Forms platform. |
OnPopToRootAsync(Boolean) |
For internal use by the Xamarin.Forms platform. |
OnPushAsync(Page, Boolean) |
For internal use by the Xamarin.Forms platform. |
OnPushModal(Page, Boolean) |
For internal use by the Xamarin.Forms platform. |
OnRemovePage(Page) |
For internal use by the Xamarin.Forms platform. |
PopAsync() |
For internal use by the Xamarin.Forms platform. |
PopAsync(Boolean) |
For internal use by the Xamarin.Forms platform. |
PopModalAsync() |
For internal use by the Xamarin.Forms platform. |
PopModalAsync(Boolean) |
For internal use by the Xamarin.Forms platform. |
PopToRootAsync() |
For internal use by the Xamarin.Forms platform. |
PopToRootAsync(Boolean) |
For internal use by the Xamarin.Forms platform. |
PushAsync(Page, Boolean) |
For internal use by the Xamarin.Forms platform. |
PushAsync(Page) |
For internal use by the Xamarin.Forms platform. |
PushModalAsync(Page, Boolean) |
For internal use by the Xamarin.Forms platform. |
PushModalAsync(Page) |
For internal use by the Xamarin.Forms platform. |
RemovePage(Page) |
For internal use by the Xamarin.Forms platform. |