NavigationPage.PopAsync Method

Definition

Overloads

PopAsync(Boolean)

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

PopAsync()

Asynchronously removes the top Page from the navigation stack.

PopAsync(Boolean)

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

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

Parameters

animated
System.Boolean

Returns

System.Threading.Tasks.Task<Page>

Applies to

PopAsync()

Asynchronously removes the top Page from the navigation stack.

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

Returns

System.Threading.Tasks.Task<Page>

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

Applies to