INavigation.PopAsync Method

Definition

Overloads

PopAsync()

Asynchronously removes the most recent Page from the navigation stack.

PopAsync(Boolean)

Asynchronously removes the most recent Page from the navigation stack, with optional animation.

PopAsync()

Asynchronously removes the most recent Page from the navigation stack.

public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsync ();
abstract member PopAsync : unit -> System.Threading.Tasks.Task<Xamarin.Forms.Page>

Returns

The Page that had been at the top of the navigation stack.

Applies to

PopAsync(Boolean)

Asynchronously removes the most recent Page from the navigation stack, with optional animation.

public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsync (bool animated);
abstract member PopAsync : bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>

Parameters

animated
Boolean

Whether to animate the pop.

Returns

Applies to