Share via


NavigationProxy.PushAsync Method

Definition

Overloads

PushAsync(Page)

For internal use by the Microsoft.Maui.Controls platform.

PushAsync(Page, Boolean)

For internal use by the Microsoft.Maui.Controls platform.

PushAsync(Page)

For internal use by the Microsoft.Maui.Controls platform.

public:
 virtual System::Threading::Tasks::Task ^ PushAsync(Microsoft::Maui::Controls::Page ^ root);
public System.Threading.Tasks.Task PushAsync (Microsoft.Maui.Controls.Page root);
abstract member PushAsync : Microsoft.Maui.Controls.Page -> System.Threading.Tasks.Task
override this.PushAsync : Microsoft.Maui.Controls.Page -> System.Threading.Tasks.Task
Public Function PushAsync (root As Page) As Task

Parameters

root
Page

For internal use by the Microsoft.Maui.Controls platform.

Returns

For internal use by the Microsoft.Maui.Controls platform.

Implements

Applies to

PushAsync(Page, Boolean)

For internal use by the Microsoft.Maui.Controls platform.

public:
 virtual System::Threading::Tasks::Task ^ PushAsync(Microsoft::Maui::Controls::Page ^ root, bool animated);
public System.Threading.Tasks.Task PushAsync (Microsoft.Maui.Controls.Page root, bool animated);
abstract member PushAsync : Microsoft.Maui.Controls.Page * bool -> System.Threading.Tasks.Task
override this.PushAsync : Microsoft.Maui.Controls.Page * bool -> System.Threading.Tasks.Task
Public Function PushAsync (root As Page, animated As Boolean) As Task

Parameters

root
Page

For internal use by the Microsoft.Maui.Controls platform.

animated
Boolean

For internal use by the Microsoft.Maui.Controls platform.

Returns

For internal use by the Microsoft.Maui.Controls platform.

Implements

Applies to