Share via


NavigationProxy.PushModalAsync Method

Definition

Overloads

PushModalAsync(Page)

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

PushModalAsync(Page, Boolean)

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

PushModalAsync(Page)

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

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

Parameters

modal
Page

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

Returns

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

Implements

Applies to

PushModalAsync(Page, Boolean)

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

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

Parameters

modal
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