NavigationProxy.GetNavigationStack Method

Definition

For internal use by the Xamarin.Forms platform.

protected virtual System.Collections.Generic.IReadOnlyList<Xamarin.Forms.Page> GetNavigationStack ();
abstract member GetNavigationStack : unit -> System.Collections.Generic.IReadOnlyList<Xamarin.Forms.Page>
override this.GetNavigationStack : unit -> System.Collections.Generic.IReadOnlyList<Xamarin.Forms.Page>

Returns

System.Collections.Generic.IReadOnlyList<Page>

For internal use by the Xamarin.Forms platform.

Applies to