NavigationProxy.PushAsync Method

Definition

Overloads

PushAsync(Page)

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.

public System.Threading.Tasks.Task PushAsync (Xamarin.Forms.Page root);
abstract member PushAsync : Xamarin.Forms.Page -> System.Threading.Tasks.Task
override this.PushAsync : Xamarin.Forms.Page -> System.Threading.Tasks.Task

Parameters

root
Page

For internal use by the Xamarin.Forms platform.

Returns

For internal use by the Xamarin.Forms platform.

Implements

Applies to

PushAsync(Page, Boolean)

For internal use by the Xamarin.Forms platform.

public System.Threading.Tasks.Task PushAsync (Xamarin.Forms.Page root, bool animated);
abstract member PushAsync : Xamarin.Forms.Page * bool -> System.Threading.Tasks.Task
override this.PushAsync : Xamarin.Forms.Page * bool -> System.Threading.Tasks.Task

Parameters

root
Page

For internal use by the Xamarin.Forms platform.

animated
Boolean

For internal use by the Xamarin.Forms platform.

Returns

For internal use by the Xamarin.Forms platform.

Implements

Applies to